+ 1
What's the difference b/w documentation comment and multiline comment?
2 ответов
+ 11
Consider a link to the Oracle website:
http://www.oracle.com/technetwork/java/codeconventions-141999.html
+ 2
// Documentation comment (only single line )
/*
Multi line comments , takes over all the area under the /* */
*/