public AnnotatedMethod findMethod(String name, Class<?>[] paramTypes) {
   return _classInfo.findMethod(name, paramTypes);
 }