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 jakarta.enterprise.util.AnnotationLiteral<ManagedProperty> implements ManagedProperty - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jakarta.enterprise.util.AnnotationLiteraljakarta.enterprise.util.AnnotationLiteral.PrivilegedActionForAccessibleObject
 - 
Nested classes/interfaces inherited from class jakarta.faces.annotation.ManagedPropertyManagedProperty.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static ManagedProperty.LiteralINSTANCE
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedProperty.Literalof(String value)Stringvalue()- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteralannotationType, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.annotation.AnnotationannotationType, equals, hashCode, toString
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final ManagedProperty.Literal INSTANCE 
 
- 
 - 
Method Detail- 
ofpublic static ManagedProperty.Literal of(String value) 
 - 
valuepublic String value() 
 
- 
 
-