It is possible to add the described below code enhancement to Enhancer ?
The goal is to be able to intercept field access.
The proposed code enhancement to do is:
replace all occurence of xxx=<expression> by setXxx(<expression>), create setXxx if need.
replace all occurence of xxx in expression by getXxx(), create getXxx if need.
then make able to intercept in call back these created setter and getter.