Package com.oracle.coherence.cdi.events
Class Backlog.Literal
- java.lang.Object
-
- com.oracle.coherence.cdi.AnnotationLiteral<Backlog>
-
- com.oracle.coherence.cdi.events.Backlog.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- Backlog
public static class Backlog.Literal extends AnnotationLiteral<Backlog> implements Backlog
An annotation literal for theBacklog
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.events.Backlog
Backlog.Literal, Backlog.Type
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Backlog.Literal
of(Backlog.Type type)
Create aBacklog.Literal
.Backlog.Type
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
annotationType, equals, hashCode, toString
-
-
-
-
Method Detail
-
of
public static Backlog.Literal of(Backlog.Type type)
Create aBacklog.Literal
.- Parameters:
type
- the backlog event type- Returns:
- a
Backlog.Literal
with the specified value
-
value
public Backlog.Type value()
The backlog event type.- Returns:
- the backlog event type
-
-