Exemplo n.º 1
0
 public <A extends Annotation> A findAnnotationOnBean(String arg0, Class<A> arg1)
     throws NoSuchBeanDefinitionException {
   return applicationContext.findAnnotationOnBean(arg0, arg1);
 }