package test.asm.aop; public class Account { public void operation() { System.out.println("operation..."); //TODO real operation } }