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.- Author:
- $Id: 3dfe44cabf81651ea9fbc880633b16276a0fe3c0 $
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class PrototypeRequired
PrototypeRequired.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()
-