Package org.glassfish.tests.utils.junit
Annotation Type Packages
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface Packages
Set of fully qualified packages processed by HK2. If not used, theHK2JUnit5Extensionwill use just the test's package.Note: This annotation is ignored when processing file provided by the
DomainXmlannotation.- Author:
- David Matejcek
-
-
Element Detail
-
value
String[] value
- Returns:
- set of fully qualified packages processed by HK2
-
-