Annotation Type RequireMetaTypeImplementation


  • @Documented
    @Retention(CLASS)
    @Target({TYPE,PACKAGE})
    @Requirement(namespace="osgi.implementation",
                 name="osgi.metatype",
                 version="1.4.0")
    public @interface RequireMetaTypeImplementation
    This annotation can be used to require the Meta Type implementation. It can be used directly, or as a meta-annotation.
    Since:
    1.4
    Author:
    $Id: ed729a09b69192daea9d05521ce0d2bda6cfe795 $