I have some method:
public int getSomeField()
I want to generate javadoc like this:
/**
* Gets {someField}
*
* @return value of {someField}
*/
Where {someField} is placeholder for field name. It is possible to create this templates for Intellij Idea (may be as live template)?