@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Packages
HK2Runner| Modifier and Type | Fields and Description |
|---|---|
static java.lang.String |
THIS_PACKAGE
This special value indicates the same package as the package
in which the test itself resides
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
value
Returns the set of packages (with dot separator)
that should be scanned for hk2 services.
|
public static final java.lang.String THIS_PACKAGE
public abstract java.lang.String[] value