} catch (ClassNotFoundException e) {
throw new WicketRuntimeException("in order to enable wicketstuff-merged-resources' annotation support, "+
"wicketstuff-annotations and spring-core must be on the path "+
"(see http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-annotation for details)");
}
application.addComponentInstantiationListener(new ContributionInjector());
application.setMetaData(ANNOTATIONS_ENABLED_KEY, Boolean.TRUE);
}
}