diff --git a/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/IModelProcessorContribution.java b/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/IModelProcessorContribution.java index fef64231ecb..65e9cd3b409 100644 --- a/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/IModelProcessorContribution.java +++ b/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/IModelProcessorContribution.java @@ -85,8 +85,8 @@ public interface IModelProcessorContribution { * @Component(property = { IModelProcessorContribution.APPLY_PROPERTY_PREFIX + "initial" }) *

* - * @deprecated Instead annotate the component with the {@link Apply @Apply(< - * a-value >)} component property type + * @deprecated Instead annotate the component with the {@link Apply @Apply(< + * a-value >)} component property type */ @Deprecated(forRemoval = true, since = "1.16") String APPLY_PROPERTY_PREFIX = "apply="; //$NON-NLS-1$