T
- The type that should be returned from the
GWT.create()
callpublic static class GwtCreateResource extends Object
GWT.create(Class)
to be used within an
ClientBundle. Example uses include the I18N support classes, RPC
endpoints, or any type that supports default instantiation. If no
ClassType
annotation is present on the resource accessor method, the
type parameter T
will be used as the class literal passed to
GWT.create()
.Copyright © 2018. All rights reserved.