Straight to the point -> anybody knows why this template file does not have @FeignClient annotation?
Problem is we would like to use @EnableFeignClients annotation in our configuration, but seems like without @FeignClient anootations in generated clients we are forced to create client beans explicitly.