Eclipse Annotation Template _eclipse action

Source: Internet
Author: User

1. File (files) Comment Tags: [html]  view plain copy/**    * All rights Reserved,  designed by android_robot     *  @Title:  ${file_name}      *  @Package  ${package_name}     *  @Description:     ${todo} (describe what the file does in a word)      *  @author: android_robot        *  @date:   ${date} ${time}     *  @version   v1.0       */  


2. Type (Types) Comment label (class annotation): [HTML] View plain copy/** * @ClassName: ${type_name} * @Description: ${todo} (This class is described in one sentence effect) * @author: Android_robot * @date: ${date} ${time} * * ${tags} * *


3. Field (Fields) Comment label: [HTML] View plain copy/** * @Fields ${field}: ${todo} (describe what this variable means in one sentence) * *


4. Constructor Tags: [HTML] View plain copy/** * @Title: ${enclosing_type} * @Description: ${todo} (This method is described here in one sentence) * @param: ${tags} * @throws * *


5. Method (Methods) Tags: [HTML] View plain copy/** * @Title: ${enclosing_method} * @Description: ${todo} (here is a word describing the effect of this method * @param: ${tags} * @return: ${return_type} * @throws * *

6. Overlay method (overriding Methods) Tags: [HTML] View plain copy/** * <p>title: ${enclosing_method}</p> * <p& Gt;description: </p> * ${tags} * ${see_to_overridden} * *


7. Representative method (Delegate Methods) Tags: [HTML] View plain copy/** * ${tags} * ${see_to_target} * *


8.getter method Tags: [HTML] View plain copy/** * @Title: ${enclosing_method} <BR> * @Description: Please write R Description <BR> * @return: ${field_type} <BR> * *


9.setter Method Tags: [html]  view plain copy/**    *  @Title:   ${enclosing_method } <br>    *  @Description:  please write your description  <BR>    *  @return: ${field_type} <br>    */   

Related Article

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.