Annotation Interface AppendAnnotation


@Retention(RUNTIME) @Target(FIELD) public @interface AppendAnnotation
Annotation designated to control the copying of style properties
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Indicates whether the property annotated with the attribute is ignored during the copying of properties
    boolean
    Indicates whether the property annotated with the attribute is a nested property.
  • Element Details

    • ignore

      boolean ignore
      Indicates whether the property annotated with the attribute is ignored during the copying of properties
      Returns:
      True if property is not relevant to copy styles (default false)
      Default:
      false
    • nestedProperty

      boolean nestedProperty
      Indicates whether the property annotated with the attribute is a nested property. Nested properties are ignored during the copying of properties but can be broken down to its sub-properties
      Returns:
      True if the style property is nested (default false)
      Default:
      false