<Why does Hibernate Validator ignore my custom ann...
# stackoverflow
u
Why does Hibernate Validator ignore my custom annotations when written in Kotlin? In a Kotlin project I am trying to get some Springboot Configuration properties JSR303 validated. Some custom validations seem to be necessary for me: @Validated @ConfigurationProperties("dtn") class ExecutableAdapterConfiguration { @FileFound //