Class AnyLiteral

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    public class AnyLiteral
    extends jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.inject.Any>
    implements jakarta.enterprise.inject.Any
    Author:
    Loc Ha
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class jakarta.enterprise.inject.Any

        jakarta.enterprise.inject.Any.Literal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static jakarta.enterprise.inject.Any IMPL  
    • Method Summary

      • Methods inherited from class jakarta.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

      • IMPL

        public static final jakarta.enterprise.inject.Any IMPL