summaryrefslogtreecommitdiffstats
path: root/container-jersey2/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-jersey2/abi-spec.json
parenta488130319ebe8ac4b3dde3cd6a1131e114f3774 (diff)
Enable abi-check-plugin on relevant modules.
Diffstat (limited to 'container-jersey2/abi-spec.json')
-rw-r--r--container-jersey2/abi-spec.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/container-jersey2/abi-spec.json b/container-jersey2/abi-spec.json
new file mode 100644
index 00000000000..2f5ef3efb70
--- /dev/null
+++ b/container-jersey2/abi-spec.json
@@ -0,0 +1,16 @@
+{
+ "com.yahoo.container.jaxrs.annotation.Component": {
+ "superClass": "java.lang.Object",
+ "interfaces": [
+ "java.lang.annotation.Annotation"
+ ],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract",
+ "annotation"
+ ],
+ "methods": [],
+ "fields": []
+ }
+} \ No newline at end of file