@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Classes
HK2Runner
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<?>[] |
value
A list of classes that should be added to
testLocator as services
|