Package jakarta.faces.flow.builder
Class FlowBuilderParameter.Literal
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<FlowBuilderParameter>
jakarta.faces.flow.builder.FlowBuilderParameter.Literal
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - FlowBuilderParameter
 
public static final class FlowBuilderParameter.Literal
extends AnnotationLiteral<FlowBuilderParameter>
implements FlowBuilderParameter
 Supports inline instantiation of the FlowBuilderParameter qualifier.
 
- Since:
 - 4.0
 - See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.faces.flow.builder.FlowBuilderParameter
FlowBuilderParameter.Literal - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FlowBuilderParameter.LiteralInstance of theFlowBuilderParameterqualifier. - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Field Details
- 
INSTANCE
Instance of theFlowBuilderParameterqualifier. 
 - 
 - 
Constructor Details
- 
Literal
public Literal() 
 -