blob: 6d4d7459f220b58f006cef4a372bd5d3166c3561 [file] [log] [blame]
/*
* See LICENSE file in distribution for copyright and licensing information.
*/
package org.yaml.snakeyaml.immutable;
public interface Animal {
public String getName();
}