com.ryanm.preflect.annote
Annotation Type WidgetHint
@Documented
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface WidgetHint
Annotation for overriding the type of Variables when
selecting an appropriate VariableType to create a widget.
For instance, colours might be stored as packed integers, but it's
not useful to edit them as such
- Author:
- ryanm
|
Required Element Summary |
java.lang.Class |
value
The variable type, for the purposes of building widgets. |
value
public abstract java.lang.Class value
- The variable type, for the purposes of building widgets.