Package org.glassfish.tests.utils.junit
Annotation Interface ExcludeClasses
You can use this annotation to exclude classes from HK2 processing.
Note: This annotation is ignored when processing file provided by the DomainXml
annotation.
- Author:
- David Matejcek
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?>[] valueClasses of any service implementations that should NOT automatically be added via package scanning or from inhabitant files read- Returns:
- array iof ignored classes
-