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 |
private static long |
serialVersionUID |
static BeforeDestroyed.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 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
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 BeforeDestroyed.Literal of(java.lang.Class<? extends java.lang.annotation.Annotation> value)
public java.lang.Class<? extends java.lang.annotation.Annotation> value()