Annotation Type Classes
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface ClassesA 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<?>[]valueA list of classes that should be added to testLocator as services
-