Comment by Sharlin 4 days ago Nb. This is fully static reflection, not runtime like in Java. 1 comment Sharlin Reply pjmlp 3 days ago You can do static reflection in Java with compiler plugins.These are the kind of features many folks skip over, as they are niche and require a bit of boilerplate.
pjmlp 3 days ago You can do static reflection in Java with compiler plugins.These are the kind of features many folks skip over, as they are niche and require a bit of boilerplate.
You can do static reflection in Java with compiler plugins.
These are the kind of features many folks skip over, as they are niche and require a bit of boilerplate.