import java.util.*; public class FieldL { public static void main(String []argv) { List doubleList = new ArrayList(); List floatList = new ArrayList(); One o = new One(); o.i = new ArrayList(); } } interface I { } class One implements I {} aspect X { public List I.i; }