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