com.opensymphony.xwork2.interceptor.annotations
Annotation Type BlockByDefault


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface BlockByDefault

Declares that by default fields on the Action class are NOT permitted to be set from HttpRequest parameters. To allow access to a field it must be annotated with Allowed

Author:
martin.gilday



Copyright © 2009 OpenSymphony. All Rights Reserved.