public static class Backlog.Literal extends java.lang.Object implements Backlog
Backlog annotation.| Modifier and Type | Class and Description |
|---|---|
static interface |
io.micronaut.coherence.annotation.AnnotationLiteral.NoType |
Backlog.Literal, Backlog.Type| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
Method returns the type of the annotation literal.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static Backlog.Literal |
of(Backlog.Type type)
Create a
Backlog.Literal. |
Backlog.Type |
value()
The backlog event type.
|
public static Backlog.Literal of(Backlog.Type type)
Backlog.Literal.type - the backlog event typeBacklog.Literal with the specified valuepublic Backlog.Type value()
public boolean equals(java.lang.Object o)
equals in interface java.lang.annotation.Annotationpublic int hashCode()
hashCode in interface java.lang.annotation.Annotationpublic java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotation