Class JavaPackageImpl

java.lang.Object
org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
All Implemented Interfaces:
JavaHasAnnotations, JavaPackage

public class JavaPackageImpl extends Object implements JavaPackage
INTERNAL:

Purpose:A wrapper class for a JDK Package. This implementation of the TopLink JAXB 2.0 Java model simply makes reflective calls on the underlying JDK object.

Responsibilities:

  • Provide access to the underlying package's qualified name, annotations, etc.
See Also: