Package com.oracle.coherence.cdi
Annotation Interface SessionName
A qualifier annotation used when injecting Coherence resource to indicate a
specific Session name.
- Since:
- 20.12
- Author:
- Jonathan Knight 2020.11.05
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
An annotation literal for theSessionName
annotation. -
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:
""
-