Package jakarta.faces.annotation
Class ManagedProperty.Literal
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<ManagedProperty>
-
- jakarta.faces.annotation.ManagedProperty.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- ManagedProperty
public static final class ManagedProperty.Literal extends AnnotationLiteral<ManagedProperty> implements ManagedProperty
Supports inline instantiation of the
ManagedProperty
qualifier.- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jakarta.faces.annotation.ManagedProperty
ManagedProperty.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static ManagedProperty.Literal
INSTANCE
Instance of theManagedProperty
qualifier.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedProperty.Literal
of(String value)
String
value()
-
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final ManagedProperty.Literal INSTANCE
Instance of theManagedProperty
qualifier.
-
-
Method Detail
-
of
public static ManagedProperty.Literal of(String value)
-
value
public String value()
-
-