Package com.sun.enterprise.util.reflect
Class ReflectUtils
java.lang.Object
com.sun.enterprise.util.reflect.ReflectUtils
Place to put utility methods that the JVM doesn't supply
- Author:
- Byron Nevins
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReflectUtils
public ReflectUtils()
-
-
Method Details
-
equalSignatures
- Parameters:
m1- Method to comparem2- Method to compare- Returns:
- null if they have the same signature. A String describing the differences if they have different signatures.
-