@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface PageHidden
Page it belongs to has been
removed from the navigation content panel.
The target method must not take any parameters.
The target method's return type must be void.
The target method can have any access type: public, protected, default, or private.
If the target method throws an exception when called, behaviour is undefined.
Page,
Navigation,
PageHidingCopyright © 2020 Treblereel. All rights reserved.