Google Auto Service generates ServiceLoader provider-configuration files automatically.
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.1.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Annotate a service implementation to automatically register it with ServiceLoader.
Add `maven-compiler-plugin` with `<annotationProcessorPaths>` including `com.google.auto.service:auto-service`.
No dependency data recorded yet.