public static final class BeforeDestroyed.Literal extends AnnotationLiteral<BeforeDestroyed> implements BeforeDestroyed
BeforeDestroyed
qualifier.BeforeDestroyed.Literal
Modifier and Type | Field and Description |
---|---|
static BeforeDestroyed.Literal |
APPLICATION |
static BeforeDestroyed.Literal |
CONVERSATION |
static BeforeDestroyed.Literal |
REQUEST |
static BeforeDestroyed.Literal |
SESSION |
Modifier and Type | Method and Description |
---|---|
static BeforeDestroyed.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 BeforeDestroyed.Literal REQUEST
public static final BeforeDestroyed.Literal CONVERSATION
public static final BeforeDestroyed.Literal SESSION
public static final BeforeDestroyed.Literal APPLICATION
public static BeforeDestroyed.Literal of(java.lang.Class<? extends java.lang.annotation.Annotation> value)
public java.lang.Class<? extends java.lang.annotation.Annotation> value()