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 theSubscriberGroup
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.SubscriberGroup
SubscriberGroup.Literal
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubscriberGroup.Literal
of(String sName)
Create aSubscriberGroup.Literal
.String
value()
The name of the subscriber group.-
Methods inherited from class com.oracle.coherence.cdi.AnnotationLiteral
annotationType, equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Method Detail
-
of
public static SubscriberGroup.Literal of(String sName)
Create aSubscriberGroup.Literal
.- Parameters:
sName
- the name of the subscriber group- Returns:
- a
SubscriberGroup.Literal
with the specified value
-
value
public String value()
The name of the subscriber group.- Returns:
- the name of the subscriber group
-
-