Comment for created Java files
/**
*
* Copyright (c) ${year}, RunTuTech and/or its affiliates. All rights reserved.
* RunTuTech PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
Comment for created types
/**
*
* @Title:${type_name}
* @Description:
* @Copyright:Copyright (c) ${year}
* @Company:江苏润土科技
* @Date:${date}
* @author feilong.li
* @version 2.0
*/
Comment for fields
/**
*
*/
Comment for created constructors
/**
* ${tags}
*/
Comment for non-overriding methods
/**
* @Title:
* @Description:
* @return ${return_type} 返回类型
* @throws
*/
Comment for overriding methods
/* (non-Javadoc)
* ${see_to_overridden}
*/
Comment for delegate methods
/**
* ${tags}
* ${see_to_target}
*/
Comment for getter method
/**
* @return the ${bare_field_name}
*/
Comment for setter method
/**
* @param ${param} the ${bare_field_name} to set
*/