8326c7b9dfecb56a02b5ff624bb8959f87cc5a1b
[so.git] /
1 package org.onap.aaiclient.client.graphinventory.entities.uri;
2
3 import org.onap.aaiclient.client.graphinventory.GraphInventoryObjectBase;
4
5 public interface GraphInventoryPluralResourceUri<T extends GraphInventoryResourceUri<?, ?>, OT extends GraphInventoryObjectBase>
6         extends GraphInventoryResourceUri<T, OT> {
7
8 }