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.- Author:
- $Id: 4ef9932268e8e7245fabb2e44560fa60804b7068 $
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ComponentScoped
ComponentScoped.Literal -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Default instance.
-
-
Constructor Details
-
Literal
public Literal()
-