summaryrefslogtreecommitdiffstats
path: root/container-di/abi-spec.json
diff options
context:
space:
mode:
authorIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2018-12-18 17:30:57 +0100
committerIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2018-12-18 17:42:09 +0100
commit377be9cc95ec9dfda8b733512d675a2e19a73486 (patch)
treea1cfb87212a094aa0b9fd9221f7d9081e327ff35 /container-di/abi-spec.json
parenta488130319ebe8ac4b3dde3cd6a1131e114f3774 (diff)
Enable abi-check-plugin on relevant modules.
Diffstat (limited to 'container-di/abi-spec.json')
-rw-r--r--container-di/abi-spec.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/container-di/abi-spec.json b/container-di/abi-spec.json
new file mode 100644
index 00000000000..a9dda2ae224
--- /dev/null
+++ b/container-di/abi-spec.json
@@ -0,0 +1,16 @@
+{
+ "com.yahoo.container.di.componentgraph.Provider": {
+ "superClass": "java.lang.Object",
+ "interfaces": [],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract"
+ ],
+ "methods": [
+ "public abstract java.lang.Object get()",
+ "public abstract void deconstruct()"
+ ],
+ "fields": []
+ }
+} \ No newline at end of file