CommentFormatter commentFormatter = new CommentFormatter();
String javadocComment = commentFormatter
.formatStringAsJavadoc(unescapedMultiLineComment);
fieldDetails.setComment(commentFormatter.format(javadocComment, 1));
}
}
@CliCommand(value = "field other", help = "Inserts a private field into the specified file")
public void insertField(