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



public interface GraphInventoryPluralFragment<T extends GraphInventoryFluentType<? extends GraphInventoryObjectPlurals>>
        extends GraphInventoryFragmentBase<T> {


}