1 2 3 4 5 6 7 8 9
public class A { private int i; } privileged aspect X { public int A.foo() { return i; } }