|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Deprecated @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Service
Annotation on Request classes specifying the server side implementations that back them.
RequestFactory has moved to
com.google.web.bindery.requestfactory
. This package will be
removed in a future version of GWT.
ServiceName
Required Element Summary | |
---|---|
java.lang.Class<?> |
value
Deprecated. The domain type that provides the implementations for the methods defined in the RequestContext. |
Optional Element Summary | |
---|---|
java.lang.Class<? extends ServiceLocator> |
locator
Deprecated. An optional ServiceLocator that provides instances of service
objects used when invoking instance methods on the type returned by
value() . |
Element Detail |
---|
public abstract java.lang.Class<?> value
public abstract java.lang.Class<? extends ServiceLocator> locator
ServiceLocator
that provides instances of service
objects used when invoking instance methods on the type returned by
value()
.
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |