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