Annotation Type RequireMetaTypeExtender


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