File
/**
* <p>Title: ${file_name}</p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2017</p>
* <p>Company: rxing</p>
* @author Shmilxu
* @date ${date}
* @version 1.0
*/
Types
/**
* <p>Title: ${type_name}</p>
* <p>Description: </p>
* <p>Company: rxing</p>
* @author Shmilxu
* @date ${date}
*/
Fields
/**
*
*/
Constructors
/**
* <p>Title: </p>
* <p>Description: </p>
* ${tags}
*/
Methods
/**
* <p>Title: ${enclosing_method}</p>
* <p>Description: </p>
* ${tags}
*/
Overriding methods
/* (非 Javadoc)* <p>Title: ${enclosing_method}</p>
* <p>Description: </p>
* ${tags}
* ${see_to_overridden}
*/
Delegate methods
/**
* ${tags}
* ${see_to_target}
*/
Getters
/**
* @return the ${bare_field_name}
*/
Setters
/**
* @param ${param} the ${bare_field_name} to set
*/