log.finest("addConverter(" + conv.value() + ","
+ clazz.getName() + ")");
}
//If there is a previous entry on Application Configuration Resources,
//the entry there takes precedence
if (!Object.class.equals(conv.forClass()))
{
application.addConverter(conv.forClass(), clazz.getName());
}
if (dispenser.getConverterClassById(conv.value()) == null &&
conv.value() != null && !"".equals(conv.value()))