thanksforallthefish
03/01/2019, 12:02 PMvalue
parameter as nullable (https://github.com/spring-projects/spring-hateoas/blob/master/src/main/java/org/springframework/hateoas/server/mvc/UriComponentsContributor.java#L46) spring data commons declares the implementation (HateoasSortHandlerMethodArgumentResolver
) as not nullable, therefore kotlin prevents to write something like override fun enhance(builder: UriComponentsBuilder, parameter: MethodParameter, value: Any?)
.
is it worth to create an issue?Czar
03/01/2019, 12:17 PMhho
03/01/2019, 12:35 PM