Label _label = objectContext.getAnnotation(Label.class);
if (_label != null && !_label.value().equals(DEFAULT)) {
label = _label.value();
}
}
if (label == null && _category != null && !_category.label().equals(DEFAULT)) {
label = _category.label();
}
if (label != null)
sw.writeAttribute("label", label);