All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.compass.core.engine.RepeatableReader Maven / Gradle / Ivy

There is a newer version: 2.2.2-ldh
Show newest version
package org.compass.core.engine;

/**
 * Acts as a marker interface for {@link java.io.Reader} where if calling close will
 * result in the reader going back to it's initial state.
 */
public interface RepeatableReader {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy