Module jakarta.cdi

Class InjectLiteral

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

    public final class InjectLiteral
    extends AnnotationLiteral<jakarta.inject.Inject>
    implements jakarta.inject.Inject
    Supports inline instantiation of the Inject annotation.
    Since:
    2.0
    Author:
    Martin Kouba
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InjectLiteral()  
    • 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
    • Constructor Detail

      • InjectLiteral

        public InjectLiteral()