Class ParticipantName.Literal
java.lang.Object
com.oracle.coherence.cdi.AnnotationLiteral<ParticipantName>
com.oracle.coherence.cdi.events.ParticipantName.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
ParticipantName
public static class ParticipantName.Literal
extends AnnotationLiteral<ParticipantName>
implements ParticipantName
An annotation literal for the
ParticipantName annotation.- Since:
- 20.06
- Author:
- Aleks Seovic 2020.04.13
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.events.ParticipantName
ParticipantName.Literal -
Method Summary
Modifier and TypeMethodDescriptionstatic ParticipantName.LiteralCreate aParticipantName.Literal.value()The participant name.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 aParticipantName.Literal.- Parameters:
sName- the participant name- Returns:
- a
ParticipantName.Literalwith the specified value
-
value
-