Package org.osgi.service.cdi.annotations
Class ComponentProperties.Literal
java.lang.Object
javax.enterprise.util.AnnotationLiteral<ComponentProperties>
org.osgi.service.cdi.annotations.ComponentProperties.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- ComponentProperties
public static final class ComponentProperties.Literal
extends javax.enterprise.util.AnnotationLiteral<ComponentProperties>
implements ComponentProperties
Support inline instantiation of the
ComponentProperties
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.ComponentProperties
ComponentProperties.Literal
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Default instance.
-
-
Constructor Details
-
Literal
public Literal()
-