for (Annotation ann : _field.getAnnotations()) {
if (ann.annotationType().isAnnotationPresent(Qualifier.class))
bindingSet.add(ann);
}
_ij = new AbstractInjectionPoint(manager,
bean,
_field,
_field.getGenericType(),
bindingSet,
_field.getAnnotations());