Class ComponentScoped.Literal

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

public static final class ComponentScoped.Literal extends javax.enterprise.util.AnnotationLiteral<ComponentScoped> implements ComponentScoped
Support inline instantiation of the ComponentScoped 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.ComponentScoped

    ComponentScoped.Literal
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ComponentScoped
    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

    • INSTANCE

      public static final ComponentScoped INSTANCE
      Default instance.
  • Constructor Details

    • Literal

      public Literal()