1: package org.compass.core.engine; 2: 3: /** 4: * Acts as a marker interface for {@link java.io.Reader} where if calling close will 5: * result in the reader going back to it's initial state. 6: */ 7: public interface RepeatableReader { 8: }