import java.util.*; public aspect Bar { private List Foo.l; private void Foo.foo() { l = new ArrayList(); } }