diesieben07
01/19/2018, 4:22 PMList<@NotBlank String>
.
Is there a way to get the Kotlin compiler to properly generate type annotation metadata in a situation like this? Right now the @NotBlank
annotation is not visible with the Java reflection API, even with javaParameters
option set to true
.gildor
01/21/2018, 5:15 AMdiesieben07
01/21/2018, 6:31 PM