Package io.github.cdiunit
Annotation Type 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.-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?>[] value- Returns:
- Array of alternative classes to make discoverable during testing and mark as activated.
-