//annotation
ContentFieldValue fvAnnotation = new ContentFieldValue();
fvAnnotation.setContentLocale(contentLocale);
if ( valueAnnotation != null ) {
fvAnnotation.setValue(ConvertUtil.convertToByteArray(valueAnnotation));
} else {
//annotation
ContentFieldValue fvAnnotation = new ContentFieldValue();
fvAnnotation.setContentLocale(contentLocale);
if ( valueAnnotation != null ) {
fvAnnotation.setValue(ConvertUtil.convertToByteArray(valueAnnotation));
} else {