…strategy, for bean injection in different type.
Comment From: pivotal-issuemaster
@cshijiel Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: pivotal-issuemaster
@cshijiel Thank you for signing the Contributor License Agreement!
Comment From: quaff
It make no sense and error prone.
Comment From: cshijiel
It make no sense and error prone.
Go provides this style, Maybe Java user also need it.
Comment From: quaff
It make no sense and error prone.
Go provides this style, Maybe Java user also need it.
Duck typing is not accepted in java world, use lambda expression with method reference instead.
Comment From: cshijiel
It make no sense and error prone.
Go provides this style, Maybe Java user also need it.
Duck typing is not accepted in java world, use lambda expression with method reference instead.
Got it. Thanks a lot! "Duck typing" so interesting!
Comment From: bclozel
Thanks for your contribution, but this style is not currently widely adopted in the Java ecosystem and we're not considering this right now.