Annotation Interface Blocked


@Retention(RUNTIME) @Target(FIELD) public @interface Blocked
Declares that the given field should NOT be able to be mutated through a HttpRequest parameter.
Author:
martin.gilday