Class PrototypeRequired.Literal

java.lang.Object
javax.enterprise.util.AnnotationLiteral<PrototypeRequired>
org.osgi.service.cdi.annotations.PrototypeRequired.Literal
All Implemented Interfaces:
Annotation
Enclosing class:
PrototypeRequired

public static final class PrototypeRequired.Literal extends javax.enterprise.util.AnnotationLiteral<PrototypeRequired> implements PrototypeRequired
Support inline instantiation of the PrototypeRequired annotation.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class javax.enterprise.util.AnnotationLiteral

    javax.enterprise.util.AnnotationLiteral.PrivilegedActionForAccessibleObject

    Nested classes/interfaces inherited from class org.osgi.service.cdi.annotations.PrototypeRequired

    PrototypeRequired.Literal
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PrototypeRequired
    Default instance
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class javax.enterprise.util.AnnotationLiteral

    annotationType, equals, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • Literal

      public Literal()