Package org.glassfish.tests.utils.junit
Annotation Type LocatorFiles
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface LocatorFiles
A set of resource paths with HK2 "inhabitant files" processed by HK2.The "META-INF/hk2-locator/default" is automatically generated by the hk2-inhabitant-generator even for tests and
HK2JUnit5Extensionautomatically honors it, this mechanism can be disabled by using this annotation with an emptyvalue().Note: This annotation is ignored when processing the file provided by the
DomainXmlannotation.- Author:
- David Matejcek
-
-
Element Detail
-
value
String[] value
- Returns:
- set of resource paths with HK2 "inhabitant files".
-
-