@Documented @Retention(value=SOURCE) public @interface Service
An instance of this service (if one is registered) can be obtained using
BundleContext#getService(ServiceReference)
or
OSGIUtils#getService(Class)
.
This does not infer any behaviour on a class; this is for documentation purposes only.
Copyright © 2014. All rights reserved.