Package com.oracle.coherence.cdi.events
Annotation Interface ServiceName
A qualifier annotation used to indicate a specific service name.
- Since:
 - 20.06
 - Author:
 - Aleks Seovic 2020.04.01
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn annotation literal for theServiceNameannotation. - 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
String valueThe value used to identify a specific service.- Returns:
 - the value used to identify a specific service
 
 
 -