How to generate method comments in idea? -


enter image description here

finally wrong comment on method:

/**  *  * @title   * @description  * @author john zhou  * @param null  * @time 2017/9/11 16:03   */ @getmapping(value = "/") public string login(string str,int ss) {     return "index"; } 
  1. can't generate method name.

  2. can't generate method parameters null.


Comments