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