1 2 3 4 5 6 7 8 9 10
package test; import test.Test; public privileged aspect ITDAspect { public void Test.itdFunction() { System.out.println("ITD function"); privateMethod("Foo"); } }