@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ActivatedAlternatives
@ActivatedAlternatives adds classes to the CDI environment that are not discovered automatically and marks them as an activated
alternative as if they were specified in beans.xml.
- Author:
- Bryn Cooke