Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-02-08 08:26:01 +0000
committerLars Vogel2019-02-08 09:55:24 +0000
commit4384b535ddebe883c88c6bc35eab4b15c97036cc (patch)
tree223f72e3d62ab7b51dd1422ef90d7b784fca0769
parent94b8e1acf575111372dc93d3c3e42b98f149ed47 (diff)
downloadrt.equinox.framework-4384b535ddebe883c88c6bc35eab4b15c97036cc.tar.gz
rt.equinox.framework-4384b535ddebe883c88c6bc35eab4b15c97036cc.tar.xz
rt.equinox.framework-4384b535ddebe883c88c6bc35eab4b15c97036cc.zip
Bug 544262 - Deprecate org.eclipse.core.launcher#Main
Change-Id: I50f4a40abb425cf058701d71a398bfdfa1b7e9a3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.equinox.launcher/src/org/eclipse/core/launcher/Main.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/src/org/eclipse/core/launcher/Main.java b/bundles/org.eclipse.equinox.launcher/src/org/eclipse/core/launcher/Main.java
index 96c1cd7f2..56ac26fc2 100644
--- a/bundles/org.eclipse.equinox.launcher/src/org/eclipse/core/launcher/Main.java
+++ b/bundles/org.eclipse.equinox.launcher/src/org/eclipse/core/launcher/Main.java
@@ -24,7 +24,10 @@ package org.eclipse.core.launcher;
* on this class are not API.
* @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
+ * @deprecated
*/
+
+@Deprecated
public class Main {
/**

Back to the top