import test.basic.*; static connector aspectonaspecttracing { perobject test.logging.logginghook hook1 = new test.logging.logginghook(void *easy.before(*)) { public int temp(String args, int number) { //System.out.println(hook1); return 0; } }; hook1.before(); }