summaryrefslogtreecommitdiffstats
path: root/component
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-02 15:25:21 +0200
committergjoranv <gv@verizonmedia.com>2021-04-02 19:03:05 +0200
commita17c2a2ebf065a6d1124cbb8e3b14d3b823aaa64 (patch)
tree85bc1f1e1b72f2e3b40a82ab7f9225f40e968be1 /component
parentc1a8877955d347b8233ee6cbd214cbf19e459028 (diff)
Update abi specs after moving Provider from di->component
Diffstat (limited to 'component')
-rw-r--r--component/abi-spec.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/component/abi-spec.json b/component/abi-spec.json
index 2dfa3e0d71d..0e33fde3c5a 100644
--- a/component/abi-spec.json
+++ b/component/abi-spec.json
@@ -348,5 +348,20 @@
"public bridge synthetic java.lang.Object clone()"
],
"fields": []
+ },
+ "com.yahoo.container.di.componentgraph.Provider": {
+ "superClass": "java.lang.Object",
+ "interfaces": [
+ "com.yahoo.component.Deconstructable"
+ ],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract"
+ ],
+ "methods": [
+ "public abstract java.lang.Object get()"
+ ],
+ "fields": []
}
} \ No newline at end of file