if (holders.get(annotationClass).containsKey(methodId)) {
String methodSignature = holders.get(annotationClass).get(methodId);
return resolveHolder(methodSignature, args);
}
}
throw new BootstrapedMethodNotFoundException("Boostraped method not found: " + methodId);
}