error(String.format(
"all methods in a Settings interface must be annotated with @SettingsKey - %s",
element.getSimpleName()), element);
continue;
}
shouldGenerateProvider |= !Strings.isNullOrEmpty(settingsKey.defaultValue())
|| !Strings.isNullOrEmpty(settingsKey.doc());
keys.add(ImmutableMap.<String, Object>builder()
.put("accessorReturnType", accessorReturnType)
.put("configAccessor", configAccessor)