Class BeforeDestroyedLiteral

  • All Implemented Interfaces:
    Annotation

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

      • BeforeDestroyedLiteral

        public BeforeDestroyedLiteral​(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.BeforeDestroyed>
      • equals

        public boolean equals​(Object o)
        Specified by:
        equals in interface Annotation
        Overrides:
        equals in class jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.context.BeforeDestroyed>
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface Annotation
        Overrides:
        hashCode in class jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.context.BeforeDestroyed>