/* * Copyright (c) 2016 EMC Corporation * All Rights Reserved */ package com.emc.storageos.volumecontroller; /** * This class represents an SRDF Copy Target. * The class is really just a marker as it points back to the * SRDFRecommendation that contains the source and copies. */ public class SRDFCopyRecommendation extends Recommendation { }