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-12 16:13:02 +0200
commitabeea3399da7a0e1318de839bc2d7d767f16a164 (patch)
tree5768e992a1eeb12aebab9a4e61d19782a96b3eab /component
parent7704561c0aa2fcd34f58cb79b8781da97b3019c0 (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