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 Annotation processor base class for executing Smithy-Build plugins #2073

Merged
merged 19 commits into from
Feb 21, 2024

Conversation

hpmellema
Copy link
Contributor

Description of changes:

Adds a base class for annotation processors for Smithy build plugins. This annotation processor executes smithy build for a single plugin and adds the generated artifacts (java code or META-INF/ metadata files) to the generated sources for the project. Annotation processors are easily supported in all java build systems and this processor will be used for the trait codegen plugin to easily add generated traits.

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

@hpmellema hpmellema requested a review from a team as a code owner December 13, 2023 19:57
@hpmellema hpmellema force-pushed the annotation-processor branch from b5ccf5f to 02b6b85 Compare December 14, 2023 19:58
@hpmellema hpmellema force-pushed the annotation-processor branch from 02b6b85 to 8f8f0d1 Compare December 14, 2023 20:01
@hpmellema hpmellema force-pushed the annotation-processor branch from 3b460ce to 383c560 Compare December 14, 2023 20:43
@hpmellema hpmellema mentioned this pull request Dec 14, 2023
…hy/processor/SmithyAnnotationProcessor.java

Co-authored-by: Miles Ziemer <45497130+milesziemer@users.noreply.github.com>
hpmellema and others added 2 commits January 24, 2024 09:27
…hy/processor/SmithyAnnotationProcessor.java

Co-authored-by: Jordon Phillips <JordonPhillips@users.noreply.github.com>
@hpmellema hpmellema merged commit 698745a into smithy-lang:main Feb 21, 2024
10 checks passed
@hpmellema hpmellema deleted the annotation-processor branch February 21, 2024 17:49
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.

3 participants