Package org.jboss.weld.literal
Class DestroyedLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.Destroyed>
-
- org.jboss.weld.literal.DestroyedLiteral
-
- All Implemented Interfaces:
Annotation
public class DestroyedLiteral extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.Destroyed> implements javax.enterprise.context.DestroyedAnnotation literal forDestroyed.- Author:
- Jozef Hartinger
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DestroyedLiteralAPPLICATIONstatic DestroyedLiteralCONVERSATIONstatic DestroyedLiteralREQUESTstatic DestroyedLiteralSESSION
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>value()-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
REQUEST
public static final DestroyedLiteral REQUEST
-
CONVERSATION
public static final DestroyedLiteral CONVERSATION
-
SESSION
public static final DestroyedLiteral SESSION
-
APPLICATION
public static final DestroyedLiteral APPLICATION
-
-
Method Detail
-
value
public Class<? extends Annotation> value()
-
-