Package org.osgi.service.jpa.annotations
Annotation Interface RequireJPAExtender
@Documented
@Retention(CLASS)
@Target({TYPE,PACKAGE})
@Requirement(namespace="osgi.extender",
name="osgi.jpa",
version="1.1")
public @interface RequireJPAExtender
This annotation can be used to require the JPA extender. It can be used
directly, or as a meta-annotation.