Annotation Type ServiceName


@Retention(RUNTIME) @Target(TYPE) public @interface ServiceName
Annotation on Request classes specifying the server-side implementations that back them.This annotation can be used in place of Service if the service type is not available to the GWT compiler or DevMode runtime.