At the risk of sounding incredibly stupid and getting a rather patronizing response, how do I view all other classes that extend the current “viewed class” in javadocS?
i.e.
Object a {}
Object b extends a {}
See if there is a way to see “all classes that extended this class A” ... therefore shows “class B”.
EDIT:
Thanks for this. There is an API that I am reading at the moment when I was sure that there should be subclasses ... it turns out that not! Interesting.
source
share