AllOpen: Add Validated to the list of annotations supported by kotlin-spring plugin (KT-20751)
This commit is contained in:
@@ -42,7 +42,8 @@ class AllOpenCommandLineProcessor : CommandLineProcessor {
|
|||||||
"org.springframework.transaction.annotation.Transactional",
|
"org.springframework.transaction.annotation.Transactional",
|
||||||
"org.springframework.scheduling.annotation.Async",
|
"org.springframework.scheduling.annotation.Async",
|
||||||
"org.springframework.cache.annotation.Cacheable",
|
"org.springframework.cache.annotation.Cacheable",
|
||||||
"org.springframework.boot.test.context.SpringBootTest"))
|
"org.springframework.boot.test.context.SpringBootTest",
|
||||||
|
"org.springframework.validation.annotation.Validated"))
|
||||||
|
|
||||||
val ANNOTATION_OPTION = CliOption("annotation", "<fqname>", "Annotation qualified names",
|
val ANNOTATION_OPTION = CliOption("annotation", "<fqname>", "Annotation qualified names",
|
||||||
required = false, allowMultipleOccurrences = true)
|
required = false, allowMultipleOccurrences = true)
|
||||||
|
|||||||
Reference in New Issue
Block a user