public static abstract @interface

GwtCreateResource.ClassType

implements Annotation
com.google.gwt.resources.client.GwtCreateResource.ClassType

Class Overview

This annotation can be applied to the resource getter method in order to call GWT.create with a class literal other than that of the return type parameterization. This annotation would be used with RPC endpoints:

@ClassType(Service.class)
 GwtCreateResource<ServiceAsync> rpc();
 

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation