Annotation Interface Visible
Controls visibility of property value or method of script.
Annotation's predicate allows to set conditions for the applicability of visibility.
- {predicate == true} annotated elements will be visible.
- {predicate == false} annotated elements wouldn't be visible.
- any public property are visible
- any method of script are invisible
- Author:
- m.popov
-
Optional Element Summary
Optional Elements
-
Element Details
-
predicate
String predicate- Default:
- "true"
-