@SuppressWarnings({ "rawtypes", "unchecked" }) public class ReflectionUtils extends Object
Utility methods for working with reflection.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static boolean |
isMethodOverriddenFromParent(Method method)Tests whether a method is overridden from the parent |
Tests whether a method is overridden from the parent
method - The method to check