Closed
Description
ServiceLoader is great, but on a modular application, we need to manually write a provides
statement for every client interface. This is kind of a hassle, so I'm thinking we could register the providers more like Jsonb's GeneratedComponent
. In this way, we only ever need to specify a single provides
for all the generated Client interfaces.
Metadata
Metadata
Assignees
Labels
No labels