@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface BridgeRequestScopeAttributeAdded
javax.annotation.PreDestroy method should not perform any cleanup and instead rely on the method
annotated with javax.portlet.faces.annotation.PreDestroy to do so. The method on which the PreDestroy
annotation is applied MUST fulfill all of the following criteria - The method MUST NOT have any parameters - The
return type of the method MUST be void. - The method MUST NOT throw a checked exception. - The method on which
PreDestroy is applied MUST be public. - The method MUST NOT be static. - The method MAY be final. - If the method
throws an unchecked exception it is ignored.Copyright © 2015 JBoss by Red Hat. All rights reserved.