}
// Is it an @Inject-able constructor?
if (methodElement.isConstructor() && hasAnnotation(element, CLASS_INJECT)) {
return new LineMarkerInfo<PsiElement>(element, element.getTextRange(), ICON,
UPDATE_ALL, null, new ConstructorInjectToInjectionPlaceHandler(), LEFT);
}
}
return null;
}