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
Modifier and TypeFieldDescriptionstatic final InitParameterMap.Literal
Instance of theInitParameterMap
qualifier. -
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Instance of theInitParameterMap
qualifier.
-
-
Constructor Details
-
Literal
public Literal()
-