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