if (checkNull(ad.max()) != null)
max = Double.parseDouble(ad.max());
if (checkNull(ad.min()) != null)
min = Double.parseDouble(ad.min());
required = ad.required();
}
Object value = current.invoke(target);
Justif justif = new Justif();
justif.formatter().format("%-3s: %s (%s): ", n, name,