I have a java class with 18 methods. I'd like to generate javadoc comments for each methods automatically like below. I can add the purpose manually. I'm able to do when I right click on a method and add "Add Javadoc Comments" in the structure window. I'd like to add on single click for all the 18 methods instead of one at a time for each method. Also, @return is always null. Is there anyway to print like in this case javq.sql.Date? I use jdev 11.1.1.7 any idea? Thanks.
/**
* purpose: this method gets the order date
* @param id
* @param name
* @return
*/