import java.util.*; // Checking what gets into the target classes... // Here the ITDs are on some interface and so found in the class // that implements the interface class C implements I {} interface I {} aspect X { List I.ln; Q I.n; }