Annotation Type Packages
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface Packages
The list of packages (in "." format, i.e. "com.acme.test.services") that we should scan through the classpath for in order to find services. This annotation must be placed on a class that extendsHK2Runner
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
THIS_PACKAGE
This special value indicates the same package as the package in which the test itself resides
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]
value
Returns the set of packages (with dot separator) that should be scanned for hk2 services.
-