Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.
Is your feature request related to a problem? Please describe.
When looking for the import for the Flux class, I do not want to see dev.hilla.runtime.transformtypes.Flux, only reactor.core.publisher.Flux
Describe the solution you'd like
Rename it to FooBar
I suspect that, now that we use Jackson to parse Java, the transfer types are not needed anymore, as those types are parsed correctly. Let's investigate.
Is your feature request related to a problem? Please describe. When looking for the import for the
Flux
class, I do not want to seedev.hilla.runtime.transformtypes.Flux
, onlyreactor.core.publisher.Flux
Describe the solution you'd like Rename it to
FooBar