79096749

Date: 2024-10-17 06:34:52
Score: 2
Natty:
Report link

https://springdoc.org/#javadoc-support

/** 
 * Summary of the class
 * <p>Description of the class</p>
 */
public class MyClass {
  /** 
 * Summary of the class
 * <p>Description of the class</p>
 * @param req This is parameter summary
 * @return return a Resp object
   */
  public Resp get(Req req) {
    return new Resp()
  }
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: fy_kenny