Is there any guidance on variable modification at ...
# compiler
n
Is there any guidance on variable modification at compile time using a compiler extension. I know that it’s possible to modify class visibility using
DeclarationAttributeAltererExtension
but I can’t seem to be able to modify fields by overriding
refineDeclarationModality