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()
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.