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