Class JMethodSignature

java.lang.Object
org.exolab.javasource.JAnnotatedElementHelper
org.exolab.javasource.JMethodSignature
All Implemented Interfaces:
JAnnotatedElement

public final class JMethodSignature extends JAnnotatedElementHelper
A class which holds information about the signature of a JMethod. The code in this package was modeled after the Java Reflection API as much as possible to reduce the learning curve.
Version:
$Revision$ $Date: 2004-12-03 11:57:33 -0700 (Fri, 03 Dec 2004) $
Author:
Keith Visco