Annotation Type RequireServiceComponentRuntime


  • @Documented
    @Retention(CLASS)
    @Target({TYPE,PACKAGE})
    @Requirement(namespace="osgi.extender",
                 name="osgi.component",
                 version="1.4.0")
    public @interface RequireServiceComponentRuntime
    This annotation can be used to require the Service Component Runtime to process Declarative Services components. It can be used directly, or as a meta-annotation.
    Since:
    1.4
    Author:
    $Id: 35837397268397a6f49aa7c3ff6d1d8b599de5da $