blob: 92e6bc4ad5f91f22117c7567223957abd6d4a2d7 [file] [log] [blame]
/*
* See LICENSE file in distribution for copyright and licensing information.
*/
package org.yaml.snakeyaml.parser;
import org.yaml.snakeyaml.events.Event;
interface Production {
public Event produce();
}