Relates :
|
Initial assessment is that this does not need a new API, seems like a bug in the doclet implementation handling TypeParameters for inherited interface methods, for instance: All Implemented Interfaces: Serializable, Comparable<ElementKind> instead we get All Implemented Interfaces: Serializable, Comparable<E> <---- looks getDeclaredTypes are not being applied correctly.
|