Hi, There are some questions which I cannot understand about the method "getAccessibleMethod(Class clazz, Method method)" in the "org.apache.commons.beanutils.MethodUtils". First,what the difference between the "method" returned and the parameter "method"? Second,in this method if the clazz's modifier is not "public" we will search it's interfaces or superclass. Why? I will appreciate you help very much.
Allen.