1: /* 2: * Created on 4 Sep 2007 3: */ 4: package uk.org.ponder.booleanutil; 5: 6: public interface BooleanGetter { 7: public Boolean get(); 8: }