if (directMethodAnnotation.value().isValid(beanMethodName, userType, method)) {
MethodInfoCache.INSTANCE.put(beanName, handlerType, method);
if (log.isDebugEnabled()) {
String info = "Register " + beanMethodName + "(" + directMethodAnnotation.value();
if (StringUtils.hasText(directMethodAnnotation.group())) {
info += ", " + directMethodAnnotation.group();
}
info += ")";
log.debug(info);
}