165166167168169170171172173174175
*/ for (Annotation binding : annotated.getAnnotations()) { Class bindingType = binding.annotationType(); if (bindingType.isAnnotationPresent(Qualifier.class)) factory.binding(binding); } _beanManager.addBean(factory.singleton(proxy)); event.veto();