Annotation Interface InheritedNotCsrfProtected
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
public @interface InheritedNotCsrfProtected
This annotation can be used to mark page classes. It is inherited to all extending page classes. This can be useful,
if you use (abstract) base classes for your Tapestry pages. 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.