Annotation Type SessionName
- 
@Documented @Target({METHOD,FIELD,PARAMETER,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface SessionName
A qualifier annotation used when injecting Coherence resource to indicate a specific Session name.- Since:
 - 3.0
 - Author:
 - Gunnar Hillert
 
 
- 
- 
Element Detail
- 
value
String value
The name used to identify a specific session.- Returns:
 - the name used to identify a specific session
 
- Default:
 - ""
 
 
 - 
 
 -