|
|
@@ -32,7 +32,6 @@ public final class MethodUtils {
|
|
|
* Reflection API, obsługuje również typy generyczne, wykrywając generic parameters.
|
|
|
* @param method
|
|
|
* @return
|
|
|
- * @todo (migration) assira (reflection) MethodUtils#typeof
|
|
|
*/
|
|
|
public static GenericClass typeof(Method method) {
|
|
|
return MethodInspectorVM.typeof(method);
|