Annotation Interface Features


@Target(TYPE) @Retention(RUNTIME) public @interface Features
The features annotation.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Add the defined features of this classes (and inherited when replace==false) to the standard features of the component.
    boolean
    Replace content of the inherited classes.
    The features.
  • Element Details

    • value

      Feature[] value
      The features.
      Default:
      {}
    • replace

      boolean replace
      Replace content of the inherited classes.
      Default:
      false
    • additional

      boolean additional
      Add the defined features of this classes (and inherited when replace==false) to the standard features of the component.
      Default:
      false