} else if (beans.size() > 1) {
throw new IllegalStateException("Exception looking up authorizer method bean - "
+ "multiple beans found for method [" + m.getDeclaringClass().getName() + "." + m.getName() + "]");
}
injectableMethod = new InjectableMethod(implementationMethod, targetBean, beanManager);
}
}