Annotation Interface ProcessPriority
@Documented
@Target(METHOD)
@Retention(RUNTIME)
@RequirementMeta(type=STORING)
public @interface ProcessPriority
Annotation to define the processing priority of a method.
Methods annotated with this annotation can specify a priority level
to influence their execution order in a prioritized processing system.
- Since:
- 3.0.1-SNAPSHOT
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration representing different priority levels. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionSpecifies the priority level for the annotated method.
-
Element Details
-
value
Specifies the priority level for the annotated method. Default value is Priority.NORMAL.- Returns:
- The priority level for the annotated method.
- Default:
- NORMAL
-