Submitted by mhutt:
Using eclipse I define a Java interface and document it
via javadoc.
When I now define a clas implementing this interface
eclipse generates me a frame supporting all methods
defined in the interface plus a javadoc header filled with
a corresponding @see tag pointing to the interface.
This allows to navigate to the interface description and
allows to omit the description of such methods in each
implementing calls file.
However QJ-Pro claims missing javadoc comments for
these methods.
Switching off these tests is no alternative since it would
also disallow the checks for other methods what is highly
undesirable.
It would be helpful if a @see tag would switch off the
javadoc checks for this method.