From 5b6e2f39c0069e95588006ebdffca186cd9d3feb Mon Sep 17 00:00:00 2001 From: Patrick Scheibe Date: Sat, 20 Apr 2024 01:54:22 +0200 Subject: [PATCH] Update topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md Co-authored-by: Karol Lewandowski --- .../tools_intellij_platform_gradle_plugin_tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md index 8480278e9..d0a7ab203 100644 --- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md +++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md @@ -331,7 +331,7 @@ Type -Task dedicated to executing the code instrumentation using the Ant tasks provided by the used IntelliJ Platform dependency. +Executes the code instrumentation using the Ant tasks provided by the used IntelliJ Platform dependency. The code instrumentation scans the compiled Java and Kotlin classes for JetBrains Annotations usages to replace them with their relevant functionalities. The task is controlled with the [`intellijPlatform.instrumentCode`](tools_intellij_platform_gradle_plugin_extension.md#intellijPlatform-instrumentCode) extension property, enabled by default.