Module qtjambi
Package io.qt

Annotation Type QtPropertyWriter


@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface QtPropertyWriter
QtPropertyWriter annotates a method as being a setter for a property. The annotation specifies the name of the property and whether the property is enabled for writing.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Returns true if the property is enabled; otherwise, returns false.
    Returnd the name of the property.
  • Element Details

    • enabled

      boolean enabled
      Returns true if the property is enabled; otherwise, returns false.
      Default:
      true
    • name

      String name
      Returnd the name of the property.
      Default:
      ""