fixed javadoc
This commit is contained in:
parent
6d85b42903
commit
50019a4f94
|
|
@ -21,12 +21,12 @@ public class ReflectionUtil
|
||||||
*
|
*
|
||||||
* @param clazz
|
* @param clazz
|
||||||
* The class
|
* The class
|
||||||
* @param methodNames
|
* @param methodName
|
||||||
* The possible names of the method
|
* The possible names of the method
|
||||||
* @param methodTypes
|
* @param methodObfName
|
||||||
|
* The obfuscated method name
|
||||||
|
* @param parameterTypes
|
||||||
* The argument types of the method
|
* The argument types of the method
|
||||||
* @param <T>
|
|
||||||
* The class
|
|
||||||
* @return The MethodHandle
|
* @return The MethodHandle
|
||||||
*/
|
*/
|
||||||
public static MethodHandle findMethod(final Class<?> clazz, final String methodName, @Nullable final String methodObfName, final Class<?>... parameterTypes)
|
public static MethodHandle findMethod(final Class<?> clazz, final String methodName, @Nullable final String methodObfName, final Class<?>... parameterTypes)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user