AllOpen: Add Validated to the list of annotations supported by kotlin-spring plugin (KT-20751)

This commit is contained in:
Yan Zhulanow
2017-10-16 21:09:20 +03:00
parent eccc3447f6
commit fa54a0c642

View File

@@ -42,7 +42,8 @@ class AllOpenCommandLineProcessor : CommandLineProcessor {
"org.springframework.transaction.annotation.Transactional",
"org.springframework.scheduling.annotation.Async",
"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",
required = false, allowMultipleOccurrences = true)