} else {
if (curType instanceof Class) {
Class<?> clazz = (Class<?>) curType;
if (isJsonArray(clazz) || isJsonStringMap(clazz)) {
throw new MalformedDtoInterfaceException(
"JsonArray and JsonStringMap MUST have a generic type specified (and no... ? "
+ "doesn't cut it!).");
}
}