Class type, InjectionPoint injectionPoint, Annotation... qualifiers)
{
ViolationMessageBuilder violationMessage =
newViolation("Api type [", type.getName(), "] is not found with the qualifiers ");
violationMessage.addLine(createQualifierMessage(qualifiers));
if (injectionPoint != null)
{
violationMessage.addLine("for injection into ", injectionPoint.toString());
}