Annotation Interface Beans


@Documented @Retention(CLASS) @Target(PACKAGE) public @interface Beans
Annotation used to indicate that build tooling must be included the specified classes in the osgi.cdi beans list.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<?>[]
    Specify the list of classes from the current package.
  • Element Details

    • value

      Class<?>[] value
      Specify the list of classes from the current package. Specifying no value (or an empty array) indicates to include all classes in the package.
      Default:
      {}