Currently the plugin uses com.intellij.codeInspection.DefaultAnnotationParamInspection.IgnoreAnnotationParamSupport and overrides com.intellij.openapi.options.UnnamedConfigurable. Both are available since 212.4746.92. To prevent issue with older 212.* versions, I upgrade the required version to 213 (2021.3).
Currently the plugin uses
com.intellij.codeInspection.DefaultAnnotationParamInspection.IgnoreAnnotationParamSupport
and overridescom.intellij.openapi.options.UnnamedConfigurable
. Both are available since 212.4746.92. To prevent issue with older 212.* versions, I upgrade the required version to 213 (2021.3).