Spring Support: Support "Autowired members defined in invalid Spring bean" inspection on Kotlin declarations
#KT-12079 Fixed
This commit is contained in:
@@ -92,6 +92,8 @@ class KtLightAnnotation(
|
||||
}
|
||||
}
|
||||
|
||||
override fun isPhysical() = true
|
||||
|
||||
override fun getName() = null
|
||||
override fun setName(newName: String) = throw IncorrectOperationException()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user