x80486
06/16/2017, 11:35 PMradityagumay
06/16/2017, 11:40 PMx80486
06/16/2017, 11:41 PM1.1.2-2
in a Spring Boot projectjanvladimirmostert
06/16/2017, 11:54 PMx80486
06/16/2017, 11:57 PM@kotlin.annotation.Retention(AnnotationRetention.RUNTIME)
and @kotlin.annotation.Target(AnnotationTarget.TYPE)
don't work; I use the Java ones (java.lang.annotation.*
), everything is fine...so in the end it may be a Spring thing 😁janvladimirmostert
06/16/2017, 11:59 PM