ion-java
ion-java copied to clipboard
Public JavaDocs include implementation details
Several things have gone wrong with the documentation surfaced at https://www.javadoc.io/doc/com.amazon.ion/ion-java/latest/index.html
- The entire
com.amazon.ion.impl
package tree should not be publicly documented. - Any class prefixed
_Private_
should not be publicly documented. - The overview content is not present in the top-level package as expected.
Looks like the same as #547 this is fallout from the move from Maven to Gradle between 1.9.5 and 1.9.6 in #461 No wonder the Gradle was more concise - it's missing half the configuration!
https://github.com/amazon-ion/ion-java/blob/v1.9.5/pom.xml#L227