import java.util.*; interface I { } public class FieldQ implements I { public static void main(String []argv) { } } aspect X { Z I.list; }