@Retention(value=RUNTIME)
public @interface Priority
Ensure the runtime configuration for prioritized execution is set before using this annotation.
The default priority value is zero (0).
Modifier and Type | Required Element and Description |
---|---|
int |
value
Priority value.
|