All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.emc.storageos.model.BulkRestRep Maven / Gradle / Ivy

There is a newer version: 3.5.0.0
Show newest version
/*
 * Copyright (c) 2015 EMC Corporation
 * All Rights Reserved
 */
package com.emc.storageos.model;

import javax.xml.bind.annotation.XmlRootElement;

/**
 * Base class of bulk resource representations.
 * 
 * An actual resource type extends this class and have getter with
 * proper XML element name on elements.
 * As an example, refer to the VolumeBulkRep defined in BlockService.
 */
@XmlRootElement
public class BulkRestRep {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy