@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface QtPropertyReader
This annotation is used to mark a method as a getter
for a Qt property. The annotation gives the name of
the property, and whether it is enabled for reading.
@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface QtPropertyReader