Package io.joynr.jeeintegration.api
Annotation Type ServiceProvider
-
@Retention(RUNTIME) @Target(TYPE) public @interface ServiceProvider
Used to annotate a class which provides a service in the system.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<?>serviceInterfaceUsed to ascertain the service interface which is provided by the annotated implementation.
-
-
-
Element Detail
-
serviceInterface
Class<?> serviceInterface
Used to ascertain the service interface which is provided by the annotated implementation.- Returns:
- see method description.
-
-