public static class SubscriberGroup.Literal extends AbstractNamedLiteral<SubscriberGroup> implements SubscriberGroup
SubscriberGroup annotation.| Modifier and Type | Class and Description |
|---|---|
static interface |
io.micronaut.coherence.annotation.AnnotationLiteral.NoType |
SubscriberGroup.Literalf_sName| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
Method returns the type of the annotation literal.
|
static SubscriberGroup.Literal |
of(java.lang.String sName)
Create a
SubscriberGroup.Literal. |
java.lang.String |
value()
The name of the subscriber group.
|
equals, hashCodepublic static SubscriberGroup.Literal of(java.lang.String sName)
SubscriberGroup.Literal.sName - the name of the subscriber groupSubscriberGroup.Literal with the specified valuepublic java.lang.String value()
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotation