Skip to content

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.

2 participants