Skip to content

Commit

Permalink
Fix javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Oct 19, 2024
1 parent 2945d5b commit 54479d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ public interface IModelProcessorContribution {
* <code>@Component(property = { IModelProcessorContribution.APPLY_PROPERTY_PREFIX + "initial" })</code>
* </p>
*
* @deprecated Instead annotate the component with the {@link Apply @Apply(&lt
* a-value &gt)} component property type
* @deprecated Instead annotate the component with the {@link Apply @Apply(&lt;
* a-value &gt;)} component property type
*/
@Deprecated(forRemoval = true, since = "1.16")
String APPLY_PROPERTY_PREFIX = "apply="; //$NON-NLS-1$
Expand Down

0 comments on commit 54479d7

Please sign in to comment.