Annotation Interface AutoEscape


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface AutoEscape
Enables HTML auto escaping of strings returned by annotated methods when a bean is wrapped with AutoEscapeBeanHandler.

For a usage example, see UserModel.

Author:
Shuyang Zhou
See Also: