Skip to Main Content

Java APIs

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!

{@inheritDoc} not working for Java Classes

843810Feb 13 2008 — edited Feb 14 2008
Hello,
i am using {@inheritDoc} for inherting super class's JavaDoc for a perticular function..
It is working, if super class is my own class. i am able to see all JavaDoc in child class.

But when i use {@inheritDoc} for extending JavaDoc of java class it is not working.
i.e. if i am writing {@inheritDoc} in public void actionPerformed(ActionEvent e) method..
It wont show any javadoc..

How to add it? Do i need to give source of java classes too???
And if it is Yes, then where to specifiy. and where to find source of Java classes, do they come with JDK? or NetBeans?? (If yes then where it is in JDK or Netbeans???)

Thanks,
Nachiket.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 13 2008
Added on Feb 13 2008
1 comment
743 views