public class BeforeDestroyedLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.BeforeDestroyed>
implements javax.enterprise.context.BeforeDestroyed
| Modifier and Type | Field and Description |
|---|---|
static BeforeDestroyedLiteral |
APPLICATION |
static BeforeDestroyedLiteral |
CONVERSATION |
static BeforeDestroyedLiteral |
REQUEST |
static BeforeDestroyedLiteral |
SESSION |
| Modifier and Type | Method and Description |
|---|---|
static BeforeDestroyedLiteral |
of(Class<? extends Annotation> value) |
Class<? extends Annotation> |
value() |
annotationType, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCode, toStringpublic static final BeforeDestroyedLiteral REQUEST
public static final BeforeDestroyedLiteral CONVERSATION
public static final BeforeDestroyedLiteral SESSION
public static final BeforeDestroyedLiteral APPLICATION
public static BeforeDestroyedLiteral of(Class<? extends Annotation> value)
public Class<? extends Annotation> value()
Copyright © 2018. All rights reserved.