Questions tagged [inheritdoc]

16 questions
0
votes
0 answers

How to use {@inheritDoc} with classes extending java.util?

I have a class HashSet that implements Deque: while creating the methods I would like to just use the javadoc for the associated methods that its inheriting/implementing. However, when I run it through javadoc, I get blank descriptions. For some…
1
2