1 2 3 4 5 6 7
public aspect H pertypewithin(G) { after(): call(* *(..)) { System.err.println("advice running"); } }