@Documented @Target(FIELD) @OVLTarget({FIELD,ACCESSORY,TYPE_USE}) @Retention(RUNTIME) @Deprecated(since="Omix 2.0") @ReplacedBy("Suffix") public @interface Unit
Deprecated.
The value of the annotated member is displayed with the given unit.
Examples:
Examples:
@Unit("m") double distance = 25.0;
@Unit("s") SpinBox time : method(int);
- Author:
- Dr. Peter Droste, Omix Visualization