Release Notes / Version 10.2101
Table Of ContentsConsistent Public API in JavaDoc Maven Artifacts
Starting with version 2004.1, you can rely on CoreMedia Maven
javadoc
artifacts containing exactly those packages that are official public API.
In releases before version 2004, only JavaDoc on the documentation site is the authoritative source for public API. Maven
javadoc
artefacts are also available, but unfortunately, you cannot rely on them being consistent with the public API. They may contain classes that are not public API as well as lack classes that are public API.
(CMS-7428)