Annotation Interface ReadPreference
@Retention(RUNTIME)
@Target({TYPE,METHOD,ANNOTATION_TYPE})
@Documented
public @interface ReadPreference
Annotation to declare read preference for repository and query.
- Since:
- 4.2
- Author:
- Jorge RodrÃguez, Christoph Strobl
- See Also:
- 
- ReadPreference
 
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
valueString valueConfigure the read preference mode.- Returns:
- read preference mode.
 - Default:
- ""
 
 
-