public class DestroyedLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.Destroyed>
implements javax.enterprise.context.Destroyed
| Modifier and Type | Field and Description |
|---|---|
static DestroyedLiteral |
INSTANCE_APPLICATION_SCOPED |
static DestroyedLiteral |
INSTANCE_CONVERSATION_SCOPED |
static DestroyedLiteral |
INSTANCE_REQUEST_SCOPED |
static DestroyedLiteral |
INSTANCE_SESSION_SCOPED |
static DestroyedLiteral |
INSTANCE_SINGLETON_SCOPED |
| Constructor and Description |
|---|
DestroyedLiteral(Class<? extends Annotation> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(Class<? extends Annotation> value) |
String |
toString() |
Class<? extends Annotation> |
value() |
annotationType, equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCodepublic static final DestroyedLiteral INSTANCE_APPLICATION_SCOPED
public static final DestroyedLiteral INSTANCE_SINGLETON_SCOPED
public static final DestroyedLiteral INSTANCE_SESSION_SCOPED
public static final DestroyedLiteral INSTANCE_CONVERSATION_SCOPED
public static final DestroyedLiteral INSTANCE_REQUEST_SCOPED
public DestroyedLiteral(Class<? extends Annotation> value)
public Class<? extends Annotation> value()
public void setValue(Class<? extends Annotation> value)
public String toString()
toString in interface AnnotationtoString in class javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.Destroyed>Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.