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

Ensure that all internal classes of the Code Generator are tagged #1487

Merged
merged 1 commit into from
Jul 1, 2023

Conversation

stof
Copy link
Member

@stof stof commented Jul 1, 2023

Until now, the usage of @internal is inconsistent in the CodeGenerator. Some parts are using it while some others are not while they are also internal.
This ensures that all classes are tagged as internal except for the ones needed as an entrypoint when using it out of tree (i.e. in this PR, everything is internal as #1484 is not merged yet).

@jderusse jderusse merged commit 57ff962 into async-aws:master Jul 1, 2023
14 checks passed
@stof stof deleted the code_generator_api branch July 1, 2023 15:54
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