Annotation Interface BlockByDefault


@Retention(RUNTIME) @Target(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