public class Utils
extends java.lang.Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
methodsAreEqual(java.lang.reflect.Method m1,
java.lang.reflect.Method m2)
Returns true if the two passed methods are equal.
|
public static boolean methodsAreEqual(java.lang.reflect.Method m1, java.lang.reflect.Method m2)
m1
- m2
-