Spring-Kotlin: Gutter repaired (KT-20550, KT-20566)

Platform now allows Gutter to be placed only on leafs elements, this patch fixes it for `KotlinSpringClassAnnotator`.
This commit is contained in:
Nicolay Mitropolsky
2017-10-18 15:34:38 +03:00
committed by Nikolay Krasko
parent 9e21744bf5
commit f5e3a5faa4
3 changed files with 20 additions and 3 deletions
@@ -2,7 +2,7 @@
springConfig: ["config.xml"],
file: "Bean.kt",
icon: "SpringBeanMethod",
tooltip: "Navigate to the spring bean ",
tooltip: "Navigate to the spring bean",
naming: "bean",
targets: ["bean"]
}