common: Add external annotations for IAdaptable/IAdapterFactory
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 9 Jun 2015 13:51:27 +0000 (15:51 +0200)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 28 Oct 2015 23:01:51 +0000 (19:01 -0400)
Change-Id: I0a35aa77392ae57602e7171d68b490fb9fe6411f
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/57250
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
common/org.eclipse.tracecompass.common.core/annotations/org/eclipse/core/runtime/IAdaptable.eea [new file with mode: 0644]
common/org.eclipse.tracecompass.common.core/annotations/org/eclipse/core/runtime/IAdapterFactory.eea [new file with mode: 0644]

diff --git a/common/org.eclipse.tracecompass.common.core/annotations/org/eclipse/core/runtime/IAdaptable.eea b/common/org.eclipse.tracecompass.common.core/annotations/org/eclipse/core/runtime/IAdaptable.eea
new file mode 100644 (file)
index 0000000..4ef7523
--- /dev/null
@@ -0,0 +1,4 @@
+class org/eclipse/core/runtime/IAdaptable
+getAdapter
+ <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
+ <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)T0T;
diff --git a/common/org.eclipse.tracecompass.common.core/annotations/org/eclipse/core/runtime/IAdapterFactory.eea b/common/org.eclipse.tracecompass.common.core/annotations/org/eclipse/core/runtime/IAdapterFactory.eea
new file mode 100644 (file)
index 0000000..603e30c
--- /dev/null
@@ -0,0 +1,4 @@
+class org/eclipse/core/runtime/IAdapterFactory
+getAdapter
+ <T:Ljava/lang/Object;>(Ljava/lang/Object;Ljava/lang/Class<TT;>;)TT;
+ <T:Ljava/lang/Object;>(Ljava/lang/Object;Ljava/lang/Class<TT;>;)T0T;
This page took 0.030734 seconds and 5 git commands to generate.