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