storm.parser.ParserLazy Maven / Gradle / Ivy
package storm.parser;
import storm.lazy.LazyThrows;
/**
* Created by Dimitry Ivanov on 24.01.2016.
*/
class ParserLazy extends LazyThrows {
interface ParserLazyProvider extends LazyThrowsProvider {}
public ParserLazy(LazyThrowsProvider provider) {
super(provider);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy