Module qtjambi
Package io.qt

Annotation Type QtInvokable


@Documented @Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD}) public @interface QtInvokable
QtInvokable specifies whether a method or constructor can be accessed by QMetaMethod. The default is true.
  • Optional Element Summary

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

    • value

      boolean value
      The value should be true or false depending on whether the method or constructor is scriptable.
      Default:
      true