package reflection.fields; public interface InterfaceTarget { //TODO: currently we do not have tests that focus directly on interfaces and fields. int iField = 999; int iDeletedField = 100; int iChangedField = 101; }