MyEclipse: auto generated comments not working for class methods mcallawa - Apr 23, 2012 - 02:39 PM Post subject: auto generated comments not working for class methods
Usually in a class method, you can type /** [rtn] and comments showing args and retured values will be auto-generated. But I have a DataAccessObject (DAO) interface, but in its implementation class, the auto-comment generation does NOT work for any of the methods. How can I make the auto-comments work?support-joy - Apr 23, 2012 - 06:00 PM Post subject:
mcallawa,
Could you right click on your file > Source > Generate Element Comment or use the short cut key Alt+Shift+J.