// This could be ok if instance is created manually
return;
// messageBuilder.append( "\nInner classes can not be used." );
}
String message = messageBuilder.toString();
throw new BindingException( message );
}
// Sort based on parameter count
Collections.sort( boundConstructors, new Comparator<ConstructorModel>()
{