Package com.oracle.coherence.cdi
Class SubscriberGroup.Literal
java.lang.Object
com.oracle.coherence.cdi.AnnotationLiteral<SubscriberGroup>
com.oracle.coherence.cdi.SubscriberGroup.Literal
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 SubscriberGroup
public static class SubscriberGroup.Literal
extends AnnotationLiteral<SubscriberGroup>
implements SubscriberGroup
An annotation literal for the 
SubscriberGroup annotation.- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.SubscriberGroup
SubscriberGroup.Literal - 
Method Summary
Modifier and TypeMethodDescriptionstatic SubscriberGroup.LiteralCreate aSubscriberGroup.Literal.value()The name of the subscriber group.Methods inherited from class com.oracle.coherence.cdi.AnnotationLiteral
annotationType, equals, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.annotation.Annotation
toString 
- 
Method Details
- 
of
Create aSubscriberGroup.Literal.- Parameters:
 sName- the name of the subscriber group- Returns:
 - a 
SubscriberGroup.Literalwith the specified value 
 - 
value
The name of the subscriber group.- Returns:
 - the name of the subscriber group
 
 
 -