GWT 2.7.0

com.google.gwt.user.server.rpc
Annotation Type NoXsrfProtect


@Inherited
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface NoXsrfProtect

Annotation on RPC interfaces and methods indicating that they do not need to be XSRF protected.


GWT 2.7.0