When creating a class method in myeclipse, add the current creation date, add the author and call

Open the myeclipse navigation bar and select Window->preference->code Templates->Comments->Types->Edit button on the right to edit the content. For example:
/**
* @author can be email or your own name
* @date ${date} 
* @version 1.0.0
* ${tags}
*/
Then save it.
To call it out in the new class, just
/** press Enter

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327034312&siteId=291194637