Package io.quarkus.arc.processor
Interface AlternativePriorities
public interface AlternativePriorities
Represents an additional way of defining priorities for alternative beans.
-
Method Summary
Modifier and TypeMethodDescriptioncompute(org.jboss.jandex.AnnotationTarget target, Collection<StereotypeInfo> stereotypes)
-
Method Details
-
compute
- Parameters:
target- The bean class, producer method or fieldstereotypes- The collection of stereotypes- Returns:
- a computed priority value or
null
-