@Retention(RUNTIME) @Target(METHOD) public @interface QtPropertyBindable
QtPropertyBindable annotates a method as being a QBindable
getter for
a QProperty
-based property.
You don't need to use @QtPropertyBindable
annotation if the method meets
following signature and naming convention:
- returns
QUntypedBindable
or a subtype ofQUntypedBindable
- no parameters
- method name is "
bindableProp
" for an available property "prop
" whereas "prop
" can be any name