@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface InhabitantFiles
HK2Runner
Modifier and Type | Fields and Description |
---|---|
static java.lang.String |
DEFAULT_INHABITANT_PATH |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
value
The name of inhabitant files to find in the classpath of the test.
|
public abstract java.lang.String[] value