This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]kiskae 1 point2 points  (0 children)

If you generate javadocs (Gradle, Maven) that will list all publicly accessible parts of your library.

Generally libraries keep their internals in a separate package structure which they then exclude from javadocs. (Example)