Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Java

1 items on 12 Jul 2026
Java

Making ServiceLoader usable: a provider factory

I keep coming back to java.util.ServiceLoader. I have used it to put a JSON layer behind a contract, so the core code carries no direct dependency on any particular JSON library, and I can swap the implementation…

Source: A Java geek