package reflection.fields; public interface S1InterfaceTarget002 extends InterfaceTarget { int iField = 1; int i1AddedField = 201; }