Annotation Type Excludes
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface Excludes
A set of implementations that should be excluded from being added to testLocator. This list is NOT checked against the classes list (the explicit include wins), but instead against the set of things coming from packages or from the inhabitant files. This annotation must be placed on a class that extendsHK2Runner
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]
value
The fully qualified class names of any service implementations that should NOT automatically be added via package scanning or from inhabitant files read
-