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

public class JavaClassImpl extends Object implements JavaClass
INTERNAL:

Purpose:A wrapper class for a JDK Class. This implementation of the EclipseLink JAXB 2.X Java model simply makes reflective calls on the underlying JDK object.

Responsibilities:

  • Provide access to the underlying JDK Class' name, package, method/field names and parameters, annotations, etc.
See Also: