public class DestroyedLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.Destroyed>
implements javax.enterprise.context.Destroyed
Destroyed
.Modifier and Type | Field and Description |
---|---|
static DestroyedLiteral |
APPLICATION |
static DestroyedLiteral |
CONVERSATION |
static DestroyedLiteral |
REQUEST |
static DestroyedLiteral |
SESSION |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
value() |
annotationType, equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
annotationType, equals, hashCode, toString
public static final DestroyedLiteral REQUEST
public static final DestroyedLiteral CONVERSATION
public static final DestroyedLiteral SESSION
public static final DestroyedLiteral APPLICATION
public Class<? extends Annotation> value()
Copyright © 2016. All rights reserved.