when I use a method written in java, for example `...
# announcements
r
when I use a method written in java, for example
jdbcTemplate.queryForObject(sql, parameters, Long::class.java)
, I get an warning "Expected type does not accept nulls in Kotlin, but the value may be null in Java" how to fix?