public Map<String, Object> getBeansWithAnnotation(Class<? extends Annotation> arg0)
     throws BeansException {
   return applicationContext.getBeansWithAnnotation(arg0);
 }