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

Allow for @EachBean to delegate the generics to the newly created bean definition #11003

Merged
merged 3 commits into from
Jul 23, 2024

Conversation

dstepanov
Copy link
Contributor

No description provided.

@dstepanov dstepanov added the type: improvement A minor improvement to an existing feature label Jul 22, 2024
@dstepanov dstepanov requested review from graemerocher and yawkat July 22, 2024 13:16
…ean definition
* @return A new argument
* @since 4.6
*/
default Argument<T> withName(@Nullable String name) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add nullability annotation to return type

* @return A new argument
* @since 4.6
*/
default Argument<T> withAnnotationMetadata(@NonNull AnnotationMetadata annotationMetadata) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add nullability annotation to return type

CR
Copy link

@dstepanov dstepanov merged commit 80163c5 into 4.6.x Jul 23, 2024
17 checks passed
@dstepanov dstepanov deleted the eachbeantypes branch July 23, 2024 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants