← Back to context Comment by Sharlin 3 days ago Nb. This is fully static reflection, not runtime like in Java. 1 comment Sharlin Reply pjmlp 2 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 2 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.