From 1d19febdc8a64ed07cb5a53ae62ce99fc5493545 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 31 Aug 2022 17:57:26 +0200 Subject: [PATCH] plugin_configuration_file.md: hide deprecated elements --- topics/basics/plugin_structure/plugin_configuration_file.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/topics/basics/plugin_structure/plugin_configuration_file.md b/topics/basics/plugin_structure/plugin_configuration_file.md index 1a4a40d2d..4798b14d9 100644 --- a/topics/basics/plugin_structure/plugin_configuration_file.md +++ b/topics/basics/plugin_structure/plugin_configuration_file.md @@ -1116,6 +1116,9 @@ An extension point which restricts the type provided in a `myClass` attribute to - `com.example.MyCustomType` must be a subtype of `com.example.ParentType` - `com.example.MyComparable` must be a subtype of `java.lang.Comparable` +## Deprecated Elements +{initial-collapse-state="collapsed"} + ### `application-components` {id="idea-plugin__application-components"}