Make parameter injection work for Java methods

This commit is contained in:
Nikolay Krasko
2016-04-22 21:15:14 +03:00
parent 3e35c60406
commit 64c46a33c4
10 changed files with 143 additions and 16 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ New features:
- [KT-2428](https://youtrack.jetbrains.com/issue/KT-11574) Support basic use-cases of language injection for expressions marked with @Language annotation
- [KT-11472](https://youtrack.jetbrains.com/issue/KT-11472) Add comment or @Language annotation after "Inject language or reference" intention automatically
- Apply injection for the literals in property initializer through property usages
- Enable injection in Kotlin by annotation function or method parameter with @Language annotation
- Enable injection from Java or Kotlin function declaration by annotating parameter with @Language annotation
- [KT-11807](https://youtrack.jetbrains.com/issue/KT-11807) Use function body template when generating overriding functions with default body
Issues fixed: