If I wanted to implement a compiler plugin that au...
# compiler
d
If I wanted to implement a compiler plugin that automatically applies
JvmField
to declarations with a different annotation, what would be the best place to do that? More precisely, I have a third-party annotation which has
FIELD
targeting, but this becomes invisible when using the abi compiler plugin. I'd like to be able to see these annotations in the ABI, and don't mind exposing the field directly. One of the solutions I'm considering is to have that annotation imply
JvmField