Annotation Type Features


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

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

      • 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