Module omix.api

Annotation Type ReadOnly


@Documented
@Target(FIELD)
@OVLTarget({FIELD,ACCESSORY,TYPE_USE})
@Retention(RUNTIME)
public @interface ReadOnly
Forbids editing the annotated field in the property editor of Omix. The field is just displayed and highlighted as read-only. Example:
@ReadOnly String text = "unchangeable text";
Author:
Dr. Peter Droste, Omix Visualization