Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add annotations for API visibility/stability #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

magicDGS
Copy link
Member

API visibility:

  • Private: only for internal usage
  • VisibleForTesting: only for testing purposes
  • Advanced: for usafe code to use by advance client-code

API stability:

  • Experimental: might be changed/removed in future releases.
  • Beta: might be changed in future releases, but not removed.

In addition, it relocates the ParamUtils class to an internal
package, to mark the code as htjdk-only usage.

The information on how to use the annotations (mostly on the
javadoc) and how to name internal/private packages should be
defined in developer guidelines checked in the repository,
but are out of the scope of this commit.

Closes #11

API visibility:

- Private: only for internal usage
- VisibleForTesting: only for testing purposes
- Advanced: for usafe code to use by advance client-code

API stability:

- Experimental: might be changed/removed in future releases.
- Beta: might be changed in future releases, but not removed.

In addition, it relocates the ParamUtils class to an internal
package, to mark the code as htjdk-only usage.

The information on how to use the annotations (mostly on the
javadoc) and how to name internal/private packages should be
defined in developer guidelines checked in the repository,
but are out of the scope of this commit.
@magicDGS magicDGS requested a review from a team October 27, 2018 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant