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 unstable, internal, and generated annotations #297

Merged
merged 1 commit into from
Mar 4, 2020
Merged

Conversation

mtdowling
Copy link
Member

These annotations allows different parts of the Smithy implementation to
evolve at their own pace and better communicate how end users should use
the code. The SmithyUnstableApi annotations indicates that an API is
subject to change and should be considered experimental. The
SmithyInternalApi annotation indicates that an API should not be relied
on by end users outside of the Smithy software.amazon.smithy packages.
The SmithyGenerated annotation indicates that a package or type was
generated and should not be edited by hand.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

These annotations allows different parts of the Smithy implementation to
evolve at their own pace and better communicate how end users should use
the code. The SmithyUnstableApi annotations indicates that an API is
subject to change and should be considered experimental. The
SmithyInternalApi annotation indicates that an API should not be relied
on by end users outside of the Smithy software.amazon.smithy packages.
The SmithyGenerated annotation indicates that a package or type was
generated and should not be edited by hand.
@mtdowling mtdowling merged this pull request into 0.10 Mar 4, 2020
@mtdowling mtdowling deleted the add-annotations branch March 10, 2020 23:00
@kstich kstich mentioned this pull request Apr 23, 2020
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