category = localizedString(cat.i18n(), cat.value());
inferred = false;
}
}
if (!readOnly) {
ReadOnly readOnlyAnnotation = getAnnotation(ReadOnly.class, field, getters, setters);
if (readOnlyAnnotation != null) {
readOnly = true;
inferred = false;
}
}