Description
We use the BeanManager#getBeans(java.lang.reflect.Type, java.lang.annotation.Annotation...) to find all beans of a certain type (to implement something like a service locator).
As soon as one of the beans is an activated Alternative, the list of matching beans is reduced to this activated Alternative.
The expected behavior is present in the Reference Implementation.
Please refer to the attached test cases.