@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ServiceName
Service
if the
service type is not available to the GWT compiler or DevMode runtime.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The binary name of the domain type that provides the implementations for
the methods defined in the RequestContext.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
locator
An optional binary name of a
ServiceLocator that provides instances
of service objects used when invoking instance methods on the type returned
by value() . |
public abstract java.lang.String value
public abstract java.lang.String locator
ServiceLocator
that provides instances
of service objects used when invoking instance methods on the type returned
by value()
.