Class<?> attrType = attrStrategy.getConfigType().getType();
Set<Bean<?>> beans
= cdiManager.getBeans(attrType, (Annotation) qualifier);
Bean<?> bean = cdiManager.resolve(beans);
CreationalContext cxt = null;
childBean = cdiManager.getReference(bean, attrType, cxt);
}