| Author |
Use of inheritDoc
|
Roel De Nijs
Bartender
Joined: Jul 19, 2004
Posts: 4355
|
|
Hi all, Does someone use the javadoc @inheritDoc in his/her project ? For more information: inheritDoc i find it especially useful if you implement some interface (normally you would have the @see interface.method), but if you later change that method and add some extra parameter you have to change all those @see for all implementation you made. if you use @inheritDoc you don't have the problem, BUT you loose (i guess) the notification that this method is implementation of interface-method because it just copies the javadoc-comment from interface's method and place it with the implementation-method so don't think that's a good idea and will make things not so clear as with the @see tag
|
SCJA, SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
|
 |
 |
|
|
subject: Use of inheritDoc
|
|
|