Package org.springframework.roo.classpath.details.comments

Examples of org.springframework.roo.classpath.details.comments.CommentFormatter


            // Then unescape all characters
            unescapedMultiLineComment = StringEscapeUtils
                    .unescapeJava(unescapedMultiLineComment);

            CommentFormatter commentFormatter = new CommentFormatter();
            String javadocComment = commentFormatter
                    .formatStringAsJavadoc(unescapedMultiLineComment);

            fieldDetails.setComment(commentFormatter.format(javadocComment, 1));
        }
    }
View Full Code Here

TOP

Related Classes of org.springframework.roo.classpath.details.comments.CommentFormatter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.