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 |
static Destroyed.Literal |
SESSION |
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
public static Destroyed.Literal of(java.lang.Class<? extends java.lang.annotation.Annotation> value)
public java.lang.Class<? extends java.lang.annotation.Annotation> value()