Annotation Type 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.
    Author:
    $ID$
    • Optional Element Summary

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

      • value

        java.lang.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:
        {}