Code Review
/
so.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b8cb64de30db83b8330559e73b2e4ffb97e955ab
[so.git]
/
1
package org.onap.aaiclient.client.graphinventory;
2
3
public interface GraphInventoryFragmentBase<T> {
4
5
T get();
6
}