1: package abbot.script; 2: 3: /** @deprecated Use abbot.util.Condition instead. */ 4: public interface Condition extends abbot.util.Condition { 5: }