public static final class Destroyed.Literal extends AnnotationLiteral<Destroyed> implements Destroyed
Destroyed
qualifier.Destroyed.Literal
Modifier and Type | Field and Description |
---|---|
static Destroyed.Literal |
APPLICATION |
static Destroyed.Literal |
CONVERSATION |
static Destroyed.Literal |
REQUEST |
private static long |
serialVersionUID |
static Destroyed.Literal |
SESSION |
private java.lang.Class<? extends java.lang.annotation.Annotation> |
value |
Modifier | Constructor and Description |
---|---|
private |
Literal(java.lang.Class<? extends java.lang.annotation.Annotation> value) |
Modifier and Type | Method and Description |
---|---|
static Destroyed.Literal |
of(java.lang.Class<? extends java.lang.annotation.Annotation> value) |
java.lang.Class<? extends java.lang.annotation.Annotation> |
value() |
annotationType, equals, hashCode, toString
public static final Destroyed.Literal REQUEST
public static final Destroyed.Literal CONVERSATION
public static final Destroyed.Literal SESSION
public static final Destroyed.Literal APPLICATION
private static final long serialVersionUID
private final java.lang.Class<? extends java.lang.annotation.Annotation> value
private Literal(java.lang.Class<? extends java.lang.annotation.Annotation> value)
public static Destroyed.Literal of(java.lang.Class<? extends java.lang.annotation.Annotation> value)
public java.lang.Class<? extends java.lang.annotation.Annotation> value()