@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
@UseWith(value={SERVICE,MODULE})
public @interface ServiceId
ServiceBinder). The annotation overrides the
default id for services (the default service id is the simple name of the service interface).| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
An identifier of a service.
|
public abstract java.lang.String value
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.