public static final class ManagedProperty.Literal extends AnnotationLiteral<ManagedProperty> implements ManagedProperty
Supports inline instantiation of the ManagedProperty
qualifier.
ManagedProperty.Literal
Modifier and Type | Field and Description |
---|---|
static ManagedProperty.Literal |
INSTANCE
Instance of the
ManagedProperty qualifier. |
Modifier and Type | Method and Description |
---|---|
static ManagedProperty.Literal |
of(java.lang.String value) |
java.lang.String |
value() |
annotationType, equals, hashCode, toString
public static final ManagedProperty.Literal INSTANCE
ManagedProperty
qualifier.public static ManagedProperty.Literal of(java.lang.String value)
public java.lang.String value()