Is there a feature in IntelliJ to create getter and setter methods with javadoc surrounded? We have this feature in eclipse where getter and setters for a variable is created with javadoc. Eclipse provides an option to create javadoc by its own. Is there something similar in IntelliJ?
Asked
Active
Viewed 9,027 times
1 Answers
5
As far as I can see there is no built-in method to achieve this. But here is a link to a plugin that should do it for you.
Regards.

SUBHUMAN
- 368
- 7
- 16
-
1I installed Javadoc Utility plugin into my IntelliJ and that works now. Thank you :) – Sandeep Dongapure Sep 15 '15 at 08:36
-
4Javadoc Utility does not work with IDEA 2016. Here's the built in alternative: http://stackoverflow.com/questions/17607925/how-configure-intellij-idea-javadoc-templates – Dr4gon Oct 10 '16 at 11:17