blob: 956114c1de0b474a2925fd92a086362b8eb823b5 [file] [log] [blame]
/*
* See LICENSE file in distribution for copyright and licensing information.
*/
package org.yaml.snakeyaml.nodes;
public enum NodeId {
scalar, sequence, mapping;
}