01: /* 02: * Created on 12 Sep 2007 03: */ 04: package uk.org.ponder.springutil.validator; 05: 06: /** A validator that acts at an offset field path to its base 07: * 08: * @author Antranig Basman (antranig@caret.cam.ac.uk) 09: * 10: */ 11: 12: public interface OffsetValidator { 13: public String getOffset(); 14: }