package test; import java.util.Vector; import java.io.*; class logging { hook logginghook { int teller=1; logginghook(method(..args)) { execution(method); } before() { System.out.println("bieps"+thisJoinPoint.getFullName()); temp("hallo",teller++); } refinable public int temp(String args,int i); } }