Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using Javadoc to generate comments

PuthanampattiJul 22 2014 — edited Jul 22 2014

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

     */

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 19 2014
Added on Jul 22 2014
3 comments
903 views