Annotation Type 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 extends
HK2Runner
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] valueThe fully qualified class names of any service implementations that should NOT automatically be added via package scanning or from inhabitant files read- Returns:
- A list of fully qualified class implementations that should not be added testLocator
-