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