Skip to content

Support @Value meta-annotations and expose MergedAnnotations on PreferredConstructor parameters #2333

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

Closed
wants to merge 2 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Mar 19, 2021

We now support composed annotations that are annotated with @Value. we also expose MergedAnnotations through PreferredConstructor.Parameter for further use by store modules that want to inspect constructor argument annotations.

Closes #2332

mp911de added 2 commits March 19, 2021 15:24
…rredConstructor parameters.

We now support composed annotation that are annotated with `@Value`. we also expose MergedAnnotations through PreferredConstructor.Parameter for further use by store modules that want to inspect constructor argument annotations.
@mp911de mp911de added the type: enhancement A general enhancement label Mar 19, 2021
@mp911de mp911de requested a review from christophstrobl March 19, 2021 14:27
@mp911de mp911de requested review from odrotbohm and removed request for christophstrobl March 19, 2021 14:27
christophstrobl pushed a commit that referenced this pull request Mar 30, 2021
…rredConstructor parameters.

We now support composed annotation that are annotated with `@Value`. we also expose MergedAnnotations through PreferredConstructor.Parameter for further use by store modules that want to inspect constructor argument annotations.

Closes: #2332
Original Pull Request: #2333
christophstrobl added a commit that referenced this pull request Mar 30, 2021
Original Pull Request: #2333
@christophstrobl christophstrobl deleted the issue/2332 branch March 30, 2021 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support @Value meta-annotations and expose MergedAnnotations on PreferredConstructor parameters
2 participants