Package org.osgi.service.cdi.annotations
Class PrototypeRequired.Literal
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<PrototypeRequired>
-
- org.osgi.service.cdi.annotations.PrototypeRequired.Literal
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
- Enclosing class:
- PrototypeRequired
public static final class PrototypeRequired.Literal extends javax.enterprise.util.AnnotationLiteral<PrototypeRequired> implements PrototypeRequired
Support inline instantiation of thePrototypeRequired
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.osgi.service.cdi.annotations.PrototypeRequired
PrototypeRequired.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static PrototypeRequired
INSTANCE
Default instance
-
Constructor Summary
Constructors Constructor Description Literal()
-
-
-
Field Detail
-
INSTANCE
public static final PrototypeRequired INSTANCE
Default instance
-
-