Annotation Interface 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
-
Optional Element Summary
-
Element Details
-
value
String valueThe name used to identify a specific session.- Returns:
- the name used to identify a specific session
- Default:
- ""
-