Generate help Documents in Java

Source: Internet
Author: User

How to use annotations in Java

When you write a program, you often need to add some comments to describe the role of a piece of code.

In General, for a specification of the program source code, the comments should be accounted for the source code 1/3 above. Therefore, note is an important part of the program source code, we must pay attention to Oh!

Java There are three types of comments in: single-line comment, multiline comment, document comment

Operation Result: ? Hello imooc!

look: The commented code block will not be executed while the program is running ~~

we can pass ? Javadoc? command to extract the content from the document comment, and generate the program's API Help documentation.

Open the Home page to view the generated API Document

PS : You can also use document annotations when you use ? Javadoc tag to generate more detailed documentation information:

? ? ? [email protected]? identify the author of the development of such modules

? ? ? [email protected]? indicate the version of this class of modules

? ? ? [email protected]? reference steering, i.e. related topics

? ? ? [email protected]? description of a parameter in the method

? ? ? [email protected]? description of the return value of the method

? ? ? [email protected]? description of the exceptions that the method might throw

Generate help Documents in Java

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.