187188189190191192193194195196197
InjectManager cdiManager = InjectManager.create(getClassLoader()); AnnotatedType annType = ReflectionAnnotatedFactory.introspectType(_proxyImplClass); _builder = new InjectionTargetBuilder(cdiManager, annType, null); try {