Module jakarta.cdi

Class Any.Literal

  • All Implemented Interfaces:
    java.lang.annotation.Annotation
    Enclosing class:
    Any

    public static final class Any.Literal
    extends AnnotationLiteral<Any>
    implements Any
    Supports inline instantiation of the Any qualifier.
    Since:
    2.0
    Author:
    Martin Kouba
    See Also:
    Instance, Event, Serialized Form
    • Nested Class Summary

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

        Any.Literal
    • Constructor Summary

      Constructors 
      Constructor Description
      Literal()  
    • Method Summary

      • 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

    • Constructor Detail

      • Literal

        public Literal()