/* * Copyright (c) 2015 EMC Corporation * All Rights Reserved */ package com.emc.storageos.model.property; import javax.xml.bind.annotation.XmlRootElement; @XmlRootElement(name = "property_update") public class PropertyInfoUpdate extends PropertyInfoRestRep { }