for (Field item : af1) {
LOGGER.info(item.toString());
DisconfItem disconfItem = item.getAnnotation(DisconfItem.class);
LOGGER.info("\tkey: " + disconfItem.key());
LOGGER.info("\tenv: " + disconfItem.env());
LOGGER.info("\tversion: " + disconfItem.version());
}
}