import java.util.*; // Checking what gets into the target classes... // Here the ITDs are on some target *class* class C {} aspect X { List C.list1; List C.list2; String C.field1; Q C.field2; }