Annotation Type Classes
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface Classes
A set of classes that should be analyzed as services, whether they declare @Service or not. This annotation must be placed on a class that extendsHK2Runner
- Author:
- jwells
-
-
Element Detail
-
value
Class<?>[] value
A list of classes that should be added to testLocator as services- Returns:
- Classes to treat as HK2 services
-
-