Package org.jboss.weld.resolution
Class AbstractTypeSafeBeanResolver.BeanDisambiguation
- java.lang.Object
-
- org.jboss.weld.resolution.AbstractTypeSafeBeanResolver.BeanDisambiguation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Bean<?>>apply(Set<Bean<?>> from)Set<Bean<?>>resolveAlternatives(Set<Bean<?>> alternatives)If all the beans left are alternatives with a priority, then the container will select the alternative with the highest priority, and the ambiguous dependency is called resolvable.
-