1 2 3 4 5 6 7 8 9
privileged aspect TargetAugmenter { // public String Target.getIt() { // return it; // } public void Target.setIt(String newit) { this.it = newit; } }