org.jnario.spec.SpecParserWithoutPartialParsing Maven / Gradle / Ivy
package org.jnario.spec;
import org.jnario.spec.parser.antlr.SpecParser;
public class SpecParserWithoutPartialParsing extends SpecParser {
@Override
protected boolean isReparseSupported() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy