java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<WorkflowScoped>
jakarta.ai.agent.WorkflowScoped.Literal
- All Implemented Interfaces:
Serializable,Annotation
- Enclosing class:
- WorkflowScoped
public static final class WorkflowScoped.Literal
extends jakarta.enterprise.util.AnnotationLiteral<WorkflowScoped>
Supports inline instantiation of the WorkflowScoped annotation.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WorkflowScoped.LiteralDefault WorkflowScoped literal -
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Default WorkflowScoped literal
-