Package com.oracle.coherence.cdi.events
Class Backlog.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- Backlog
An annotation literal for the
Backlog annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.events.Backlog
Backlog.Literal, Backlog.Type -
Method Summary
Modifier and TypeMethodDescriptionstatic Backlog.Literalof(Backlog.Type type) Create aBacklog.Literal.value()The backlog event type.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 aBacklog.Literal.- Parameters:
type- the backlog event type- Returns:
- a
Backlog.Literalwith the specified value
-
value
The backlog event type.- Returns:
- the backlog event type
-