@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface PageHidden
@Page
widget it belongs 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
,
PageHiding
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.