-
Notifications
You must be signed in to change notification settings - Fork 948
Hide impl package from javadoc (and module declaration) #487
Copy link
Copy link
Closed
Labels
feature requestA feature has been asked for or suggested by the communityA feature has been asked for or suggested by the community
Description
Describe the problem you'd like to have solved
It appears the impl package contains part of the internal implementation and should not be used by the user.
However, some of its classes are public and there is no indication to the user that they should not be used.
Describe the ideal solution
- Hide the package from javadoc
- Add a
package-info.javafile documenting that the package is part of the internal implementation and classes inside of it should not be used. - Don't export the package from the module declaration, see also Add module system support #483. (Ideally in the next major version since it is a breaking change)
- Remove mentions of
implclasses from API documentation:NullClaim: Mentioned fromHeader.getHeaderClaimPayload.getClaim
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestA feature has been asked for or suggested by the communityA feature has been asked for or suggested by the community