@@ -70,7 +70,7 @@ public interface IWorkbenchPreferenceConstants {
70
70
* perspective. Callers should use IWorkbench.showPerspective
71
71
* methods.
72
72
*/
73
- @ Deprecated
73
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
74
74
String ALTERNATE_OPEN_NEW_PERSPECTIVE = "ALTERNATE_OPEN_NEW_PERSPECTIVE" ; //$NON-NLS-1$
75
75
76
76
/**
@@ -86,7 +86,7 @@ public interface IWorkbenchPreferenceConstants {
86
86
* perspective. Callers should use IWorkbench.showPerspective
87
87
* methods.
88
88
*/
89
- @ Deprecated
89
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
90
90
String SHIFT_OPEN_NEW_PERSPECTIVE = "SHIFT_OPEN_NEW_PERSPECTIVE" ; //$NON-NLS-1$
91
91
92
92
/**
@@ -107,7 +107,7 @@ public interface IWorkbenchPreferenceConstants {
107
107
* <code>org.eclipse.ui.ide.IDE.Preferences.PROJECT_OPEN_NEW_PERSPECTIVE</code>
108
108
* instead.
109
109
*/
110
- @ Deprecated
110
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
111
111
String PROJECT_OPEN_NEW_PERSPECTIVE = "PROJECT_OPEN_NEW_PERSPECTIVE" ; //$NON-NLS-1$
112
112
113
113
/**
@@ -161,7 +161,7 @@ public interface IWorkbenchPreferenceConstants {
161
161
* @deprecated not used anymore by platform
162
162
* @since 3.0
163
163
*/
164
- @ Deprecated
164
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
165
165
String DOCK_PERSPECTIVE_BAR = "DOCK_PERSPECTIVE_BAR" ; //$NON-NLS-1$
166
166
167
167
/**
@@ -375,7 +375,7 @@ public interface IWorkbenchPreferenceConstants {
375
375
*
376
376
* @deprecated not supported by the platform anymore
377
377
*/
378
- @ Deprecated
378
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
379
379
String ENABLE_ANIMATIONS = "ENABLE_ANIMATIONS" ; //$NON-NLS-1$
380
380
381
381
/**
@@ -390,7 +390,7 @@ public interface IWorkbenchPreferenceConstants {
390
390
* when round or square corners are desired.
391
391
* @since 3.120
392
392
*/
393
- @ Deprecated
393
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
394
394
String USE_ROUND_TABS = "USE_ROUND_TABS" ; //$NON-NLS-1$
395
395
396
396
/**
0 commit comments