Package org.osgi.service.cdi.annotations
Annotation Type 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.
- Author:
- $Id: b806fccb1dce85b92eb68b17702691bb228e190a $