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

public class JavaMethodImpl extends Object implements JavaMethod
INTERNAL:

Purpose:A wrapper for a JDK Method. 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 method's name, parameters, modifiers, annotations, etc.
See Also: