Annotation Type AppendAnnotation

    • Optional Element Summary

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

      • 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 but 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