javadoc works for *you*, but it won't build the class heirarchy for anyone else.
This is (I think) because it builds the heirarchy by working from java.lang.Object
on down. But since I'm not writing java.lang.Object, it isn't in my declarations,
and so the the recursion from the top dies aborning.
This is (I think) because it builds the heirarchy by working from java.lang.Object
on down. But since I'm not writing java.lang.Object, it isn't in my declarations,
and so the the recursion from the top dies aborning.