Annotation Type Service
Annotation on Request classes specifying the server-side implementations that
back them.
- See Also:
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionClass
<? extends ServiceLocator> An optionalServiceLocator
that provides instances of service objects used when invoking instance methods on the type returned byvalue()
.
-
Element Details
-
value
Class<?> valueThe domain type that provides the implementations for the methods defined in the RequestContext. -
locator
Class<? extends ServiceLocator> locatorAn optionalServiceLocator
that provides instances of service objects used when invoking instance methods on the type returned byvalue()
.- Default:
com.google.web.bindery.requestfactory.shared.ServiceLocator.class
-