if (matchedMethods.isEmpty()) {
throwNoMatchedMethods(aspect);
}
context.debug("Matched " + matchedMethods.size() + " methods(s).");
context.unbranch();
}
protected void throwTargetMethodIsFinal(final Method method) {
throw new BeanFactoryGeneratorException("The method " + method
+ " which is final, prevents a proxy from being generated (this is achieved via subclassing).");