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 InitParameterMap qualifier.
 
- Since:
 - 4.0
 - See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.faces.annotation.InitParameterMap
InitParameterMap.Literal - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InitParameterMap.LiteralInstance of theInitParameterMapqualifier. - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Field Details
- 
INSTANCE
Instance of theInitParameterMapqualifier. 
 - 
 - 
Constructor Details
- 
Literal
public Literal() 
 -