Package io.quarkus.arc
Annotation Type Priority
-
@Retention(RUNTIME) public @interface Priority
This annotation has the same semantics asPriorityexcept that theTargetmeta-annotation is not present. The main motivation is to support method and field declarations, i.e. this annotation can be used for producer methods and fields. Note that this problem is fixed in Common Annotations 2.1.A priority specified by
AlternativePriorityandPrioritytakes precedence.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalue
-