.getModifiers(), fieldDetails.getAnnotations(), fieldDetails
.getFieldName(), fieldDetails.getFieldType());
if (fieldDetails.getComment() != null) {
commentStructure = new CommentStructure();
JavadocComment javadocComment = new JavadocComment(
fieldDetails.getComment());
commentStructure.addComment(javadocComment,
CommentStructure.CommentLocation.BEGINNING);
}
}