Code Review
/
so.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
711b93d5b854f6741c237103276dab1da08d9b98
[so.git]
/
1
package org.onap.aaiclient.client.graphinventory;
2
3
public interface GraphInventorySingleFragment<T extends GraphInventoryFluentType<? extends GraphInventoryObjectType>>
4
extends GraphInventoryFragmentBase<T> {
5
6
7
}