mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
[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:
committed by
intellij-monorepo-bot
parent
f57df70730
commit
2023228d8c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user