summaryrefslogtreecommitdiffstats
path: root/component/abi-spec.json
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2020-12-07 15:52:52 +0100
committerGitHub <noreply@github.com>2020-12-07 15:52:52 +0100
commitf561afbb3620b796d7321cde8c11d75a6bc6b2cf (patch)
tree69b7afbf913d23cb65909065b092d7e77e70a837 /component/abi-spec.json
parent339996348953bc9661c9cef12af7e944f9f66bc8 (diff)
Revert "Revert "Always deconstruct in reverse creation order, including Provider objects""
Diffstat (limited to 'component/abi-spec.json')
-rw-r--r--component/abi-spec.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/component/abi-spec.json b/component/abi-spec.json
index 5665075f1f2..2dfa3e0d71d 100644
--- a/component/abi-spec.json
+++ b/component/abi-spec.json
@@ -2,7 +2,8 @@
"com.yahoo.component.AbstractComponent": {
"superClass": "java.lang.Object",
"interfaces": [
- "com.yahoo.component.Component"
+ "com.yahoo.component.Component",
+ "com.yahoo.component.Deconstructable"
],
"attributes": [
"public"
@@ -105,6 +106,19 @@
],
"fields": []
},
+ "com.yahoo.component.Deconstructable": {
+ "superClass": "java.lang.Object",
+ "interfaces": [],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract"
+ ],
+ "methods": [
+ "public abstract void deconstruct()"
+ ],
+ "fields": []
+ },
"com.yahoo.component.Version": {
"superClass": "java.lang.Object",
"interfaces": [