Package org.apache.webbeans.annotation
Class BeforeDestroyedLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.context.BeforeDestroyed>
-
- org.apache.webbeans.annotation.BeforeDestroyedLiteral
-
- All Implemented Interfaces:
Annotation
public class BeforeDestroyedLiteral extends jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.context.BeforeDestroyed> implements jakarta.enterprise.context.BeforeDestroyedDestroyed literal.- Since:
- 1.5.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BeforeDestroyedLiteralINSTANCE_APPLICATION_SCOPEDstatic BeforeDestroyedLiteralINSTANCE_CONVERSATION_SCOPEDstatic BeforeDestroyedLiteralINSTANCE_REQUEST_SCOPEDstatic BeforeDestroyedLiteralINSTANCE_SESSION_SCOPEDstatic BeforeDestroyedLiteralINSTANCE_SINGLETON_SCOPED
-
Constructor Summary
Constructors Constructor Description BeforeDestroyedLiteral(Class<? extends Annotation> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()voidsetValue(Class<? extends Annotation> value)StringtoString()Class<? extends Annotation>value()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType
-
-
-
-
Field Detail
-
INSTANCE_APPLICATION_SCOPED
public static final BeforeDestroyedLiteral INSTANCE_APPLICATION_SCOPED
-
INSTANCE_SINGLETON_SCOPED
public static final BeforeDestroyedLiteral INSTANCE_SINGLETON_SCOPED
-
INSTANCE_SESSION_SCOPED
public static final BeforeDestroyedLiteral INSTANCE_SESSION_SCOPED
-
INSTANCE_CONVERSATION_SCOPED
public static final BeforeDestroyedLiteral INSTANCE_CONVERSATION_SCOPED
-
INSTANCE_REQUEST_SCOPED
public static final BeforeDestroyedLiteral INSTANCE_REQUEST_SCOPED
-
-
Constructor Detail
-
BeforeDestroyedLiteral
public BeforeDestroyedLiteral(Class<? extends Annotation> value)
-
-
Method Detail
-
value
public Class<? extends Annotation> value()
-
setValue
public void setValue(Class<? extends Annotation> value)
-
toString
public String toString()
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classjakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.context.BeforeDestroyed>
-
equals
public boolean equals(Object o)
- Specified by:
equalsin interfaceAnnotation- Overrides:
equalsin classjakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.context.BeforeDestroyed>
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceAnnotation- Overrides:
hashCodein classjakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.context.BeforeDestroyed>
-
-