351352353354355356357358359360361
{ // only include the annotated fields if (fields[i].isAnnotationPresent(Option.class)) { Option opt = fields[i].getAnnotation(Option.class); if (opt.param() == Option.Param.PASSWORD) { result.put(opt.name(), "xxxxxx"); } else {