/* * Copyright 2015 Workday, Inc. * * This software is available under the MIT license. * Please see the LICENSE.txt file in this project. */ package com.workday.autoparse.xml.demo.duplicatepartition; import com.workday.autoparse.xml.annotations.XmlElement; /** * @author nathan.taylor * @since 2015-03-02 */ @XmlElement("Partitioned_Model") public class DuplicatePartitionedModel { }