@Inject(method = "bar", at = @At("TAIL")) private void injected(int x) { System.out.println("bar got " + x); }