}
if ((propDesc == null) || propDesc.equals("")) {
propDesc = "Not documented description";
}
desc.addProperty(propName,
propTypeAnnot.propertyType(), propExtDefAnnot
.propertyCategory(), propDesc);
} catch (BadFieldValueException e) {
throw propertyDescriptionError(classSchem.getName(),
propName, "Wrong value for property Category",
e);