[java-generation] IDEA-344399 generate annotation based on type_use option

- extracted new option
- reuse this option in MissortedModifiersInspection
- override uses this option too

GitOrigin-RevId: 39f3f72991240753c86c7f80df865728aa9743ad
This commit is contained in:
Mikhail Pyltsin
2024-06-10 19:18:09 +02:00
committed by intellij-monorepo-bot
parent f57df70730
commit 2023228d8c
26 changed files with 681 additions and 142 deletions

View File

@@ -52,6 +52,7 @@ public class JavaCodeStyleSettings extends CustomCodeStyleSettings implements Im
public String VISIBILITY = "public";
public boolean USE_EXTERNAL_ANNOTATIONS;
public boolean GENERATE_USE_TYPE_ANNOTATION_BEFORE_TYPE = true;
public boolean INSERT_OVERRIDE_ANNOTATION = true;
public boolean REPEAT_SYNCHRONIZED = true;