Class DestroyedLiteral

  • All Implemented Interfaces:
    Annotation

    public class DestroyedLiteral
    extends jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.context.Destroyed>
    implements jakarta.enterprise.context.Destroyed
    Destroyed literal.
    Since:
    1.5.0
    See Also:
    Serialized Form
    • Field Detail

      • INSTANCE_APPLICATION_SCOPED

        public static final DestroyedLiteral INSTANCE_APPLICATION_SCOPED
      • INSTANCE_SINGLETON_SCOPED

        public static final DestroyedLiteral INSTANCE_SINGLETON_SCOPED
      • INSTANCE_SESSION_SCOPED

        public static final DestroyedLiteral INSTANCE_SESSION_SCOPED
      • INSTANCE_CONVERSATION_SCOPED

        public static final DestroyedLiteral INSTANCE_CONVERSATION_SCOPED
      • INSTANCE_REQUEST_SCOPED

        public static final DestroyedLiteral INSTANCE_REQUEST_SCOPED
    • Constructor Detail

      • DestroyedLiteral

        public DestroyedLiteral​(Class<? extends Annotation> value)
    • Method Detail

      • toString

        public String toString()
        Specified by:
        toString in interface Annotation
        Overrides:
        toString in class jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.context.Destroyed>