How can I fix it in Idea.Thx.
status
>Solution :
Try to move comment after sign of class and before sign of function
Your class (raw sign) don’t have any params, so they can’t be resolved
But function’s params are ‘invisible’ for comments outside class.
See https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html for more help.