Spring Support: Consider declaration open if it's supplemented with a preconfigured annotation in corresponding compiler plugin

#KT-15444 Fixed
This commit is contained in:
Alexey Sedunov
2017-01-12 20:41:15 +03:00
parent f73d32afeb
commit 60edc46d8c
3 changed files with 17 additions and 38 deletions
+1
View File
@@ -892,6 +892,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-15635`](https://youtrack.jetbrains.com/issue/KT-15635) Extract Superclass/Interface: Fix bogus visibility warning inside a member when it's being moved as abstract
- [`KT-15598`](https://youtrack.jetbrains.com/issue/KT-15598) Extract Interface: Red-highlight members inherited from a super-interface when that interface reference itself is not extracted
- [`KT-15674`](https://youtrack.jetbrains.com/issue/KT-15674) Extract Superclass: Drop inapplicable modifiers when converting property-parameter to ordinary parameter
- [`KT-15444`](https://youtrack.jetbrains.com/issue/KT-15444) Spring Support: Consider declaration open if it's supplemented with a preconfigured annotation in corresponding compiler plugin
#### Intention actions, inspections and quickfixes