Tagged Questions

4
votes
1answer
2k views

{@inheritDoc} not inheriting superclass javadoc in Eclipse

When I use {@inheritDoc} in Eclipse, the superclass's javadoc comments are not appearing in my class's javadoc. I have the following piece of code: import javax.swing.table.AbstractTableModel; ...