@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface QtPropertyNotify
This annotation is used to mark a method as a notify signal
for a Qt property. The annotation gives the name of
the property.
@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface QtPropertyNotify