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(Class<? extends Annotation> value) |
Class<? extends Annotation> |
value() |
annotationType, equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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(Class<? extends Annotation> value)
public Class<? extends Annotation> value()
Comments to: cdi-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.