Package org.osgi.service.cdi.annotations
Annotation Interface RequireCDIImplementation
@Documented
@Retention(CLASS)
@Target({TYPE,PACKAGE})
@Requirement(namespace="osgi.implementation",
name="osgi.cdi",
version="1.0")
public @interface RequireCDIImplementation
This annotation can be used to require the CDI Component Runtime
implementation. It can be used directly, or as a meta-annotation.