Java Tutorial #7 On javadoc from Yucca, developer with a brain tumor!

preview_player
Показать описание
Javadoc is a form of commenting on your code to explain it's usage, packaging and purpose to other developers based on documentation on class and method declarations and variables. All code that other developers may end up being able to access (as determined by access modifiers) ahould be documented. Classes should always have a minimal piece of javadoc to describe the class and as the third component of a class file, the javadoc for the actual class belongs between your last import statement and class declass declaration. Some additional annotations (instructions can form bart of the javadoc (like author) should be included and are catered for, but not all of these land up as part of the final documentation.
Рекомендации по теме
welcome to shbcf.ru