Module qtjambi
Package io.qt

Annotation Type QtPropertyRequired


@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface QtPropertyRequired
QtPropertyRequired indicates that the property value is required.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    The value should be true or false depending on whether the property is required property.
  • Element Details

    • value

      boolean value
      The value should be true or false depending on whether the property is required property.
      Default:
      true