@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface NotCsrfProtected
This annotation can be used to mark page classes. It is only relevant for the auto mode
of the cross-site-request forgery protection. If a page is marked as unprotected component or page
event requests are not checked for that page.