blob: d231a18e393d0a449a55c0d4aaaf7beef06c9730 [file] [log] [blame]
/*
* See LICENSE file in distribution for copyright and licensing information.
*/
package org.yaml.snakeyaml;
public class Person {
public String given;
public String family;
public Address address;
}