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
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>[]
value
A list of classes that should be added to testLocator as services
-