Annotation Interface ExcludeClasses


@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface ExcludeClasses
You can use this annotation to exclude classes from HK2 processing.

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
    Class<?>[]
    Classes of any service implementations that should NOT automatically be added via package scanning or from inhabitant files read
  • Element Details

    • value

      Class<?>[] value
      Classes of any service implementations that should NOT automatically be added via package scanning or from inhabitant files read
      Returns:
      array iof ignored classes