Open fromlabs opened 3 years ago
@graemerocher @jameskleeh I have been trying to look into this issue lately, I was wondering if by any chance micronaut preprocessor saves type details for method arguments the way it stores for the classes?
possibly, we would need to look into. Probably a Micronaut 3.0 thing as we have better generics support in the 3.0.x branch
@graemerocher, thanks I will have a look in that branch and see if I can come up with something
It would be nice to support:
In Spring this is possible implementing
ResolvableTypeProvider
:Spring Framework Generic Events