Annotation Interface IpsAttribute


@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface IpsAttribute
Preserves design time information about a model attribute for runtime reference via Attribute.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Whether the attribute is hidden from viewing in the product component editor.
    boolean
     
  • Element Details

    • name

      String name
    • kind

    • valueSetKind

      ValueSetKind valueSetKind
    • primitive

      boolean primitive
      Default:
      false
    • hide

      boolean hide
      Whether the attribute is hidden from viewing in the product component editor.
      Since:
      25.7
      Default:
      false