Package org.glassfish.tests.utils.junit
Annotation Type ExcludeClasses
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface ExcludeClasses
You can use this annotation to exclude classes from HK2 processing.Note: This annotation is ignored when processing file provided by the
DomainXmlannotation.- Author:
- David Matejcek
-
-
Element Detail
-
value
Class<?>[] value
Classes of any service implementations that should NOT automatically be added via package scanning or from inhabitant files read- Returns:
- array iof ignored classes
-
-