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.Literal
of
(Backlog.Type type) Create aBacklog.Literal
.value()
The backlog event type.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
toString
-
Method Details
-
of
Create aBacklog.Literal
.- Parameters:
type
- the backlog event type- Returns:
- a
Backlog.Literal
with the specified value
-
value
The backlog event type.- Returns:
- the backlog event type
-