Package jakarta.faces.annotation
Class InitParameterMap.Literal
- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<InitParameterMap>
 - 
- jakarta.faces.annotation.InitParameterMap.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - InitParameterMap
 
public static final class InitParameterMap.Literal extends AnnotationLiteral<InitParameterMap> implements InitParameterMap
Supports inline instantiation of the
InitParameterMapqualifier.- Since:
 - 4.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.faces.annotation.InitParameterMap
InitParameterMap.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static InitParameterMap.LiteralINSTANCEInstance of theInitParameterMapqualifier. 
- 
Constructor Summary
Constructors Constructor Description Literal() 
- 
Method Summary
- 
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 InitParameterMap.Literal INSTANCE
Instance of theInitParameterMapqualifier. 
 - 
 
 -