aboutsummaryrefslogtreecommitdiffstats
path: root/graph-inventory/aai-client/src/main/java/org/onap/aaiclient/client/graphinventory/entities/uri/GraphInventoryPluralResourceUri.java
blob: 8326c7b9dfecb56a02b5ff624bb8959f87cc5a1b (plain)
1
2
3
4
5
6
7
8
package org.onap.aaiclient.client.graphinventory.entities.uri;

import org.onap.aaiclient.client.graphinventory.GraphInventoryObjectBase;

public interface GraphInventoryPluralResourceUri<T extends GraphInventoryResourceUri<?, ?>, OT extends GraphInventoryObjectBase>
        extends GraphInventoryResourceUri<T, OT> {

}