Class JavaClassImpl

  • All Implemented Interfaces:
    JavaClass, JavaHasAnnotations

    public class JavaClassImpl
    extends java.lang.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:
    JavaClass, Class
    Since:
    Oracle TopLink 11.1.1.0.0