-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: add config injection annotations #75
feat: add config injection annotations #75
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are always happy to welcome new contributors ❤️ To make things easier for everyone, please make sure to follow our contribution guidelines, check if you have already signed the ECA, and relate this pull request to an existing issue or discussion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggested wording change.
runtime-metamodel/src/main/java/org/eclipse/edc/runtime/metamodel/annotation/Configuration.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Jim Marino <[email protected]>
What this PR changes/adds
This pr introduces two new annotations that are needed for configuration injection, and it updates the
@Setting
annotation.Why it does that
preparatory work for eclipse-edc/Connector#4610
Further notes
@Setting
in lieu of@Configuration
, but that would have made code paths in theautodoc
processor more complicated and hard to understandLinked Issue(s)
Contributes to eclipse-edc/Connector#4610
Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.