Annotation Interface Evaluate


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface Evaluate
Use this annotation to tag methods that determine if MUIElements (e.g., MMenu, MToolbar and it's items etc.) should be visible or not. The tagged method must return Boolean value.

This annotation must not be applied to more than one method per class. If several class methods are tagged with this annotation, only one of them will be called.

Since:
1.6