Package uk.ac.diamond.daq.osgi
Annotation Interface OsgiService
@Retention(RUNTIME)
@Target(TYPE)
@Repeatable(OsgiServices.class)
@Documented
public @interface OsgiService
Annotation to mark classes to be automatically injected into the OSGi service register, when instantiated by Spring.
- Since:
- GDA 9.12
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> value
-