publicaspectAspectChar{// The pointcuts here expose contextbefore(Characteri):within(AutoboxingC)&&call(*met*(..))&&args(i){System.err.println("Character:"+i);}before(chari):within(AutoboxingC)&&call(*met*(..))&&args(i){System.err.println("char:"+i);}}