Annotation Type RequireFeatureService
@Documented
@Retention(CLASS)
@Target({TYPE,PACKAGE})
@Requirement(namespace="osgi.implementation",
name="osgi.feature",
version="1.0")
public @interface RequireFeatureService
This annotation can be used to require the Feature implementation. It can be
used directly, or as a meta-annotation.
- Author:
- $Id: 8be04c4c18d19878d7383302db37b326559428d1 $