static Type[] getGenericParameterTypes(Method m) { ret m == null ? null : m.getGenericParameterTypes(); }