Annotation Interface Packages


@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface Packages
Set of fully qualified packages processed by HK2. If not used, the HK2JUnit5Extension will use just the test's package.

Note: This annotation is ignored when processing file provided by the DomainXml annotation.

Author:
David Matejcek
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String[] value
      Returns:
      set of fully qualified packages processed by HK2