
com.thaiopensource.validate.auto.Rewindable Maven / Gradle / Ivy
package com.thaiopensource.validate.auto;
public interface Rewindable {
void willNotRewind();
void rewind();
boolean canRewind();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy