registerHyperlinkCalculator("depends-on", beanRef);
registerHyperlinkCalculator("ref", beanRef);
registerHyperlinkCalculator("property-placeholder", "defaults-ref", beanRef);
registerHyperlinkCalculator("interface", new ClassHyperlinkCalculator());
MethodHyperlinkCalculator methodRef = new RegistrationMethodHyperlinkCalculator();
registerHyperlinkCalculator("registration-method", methodRef);
registerHyperlinkCalculator("unregistration-method", methodRef);
}