1 2 3 4 5 6 7
public aspect ITDMethod { private void Test.voidMethod () { System.out.println("? ITDMethod.voidMethod()"); } }