Skip to content

Commit

Permalink
Improve javadoc for ConfigServiceLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed May 15, 2024
1 parent f3dbfeb commit 943e0e0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
import java.util.ServiceLoader;

/**
* Load all the services via ServiceLoader.
* Load all the avaje-config extensions via ServiceLoader using the single
* common ConfigExtension interface.
*/
final class ConfigServiceLoader {

Expand Down

0 comments on commit 943e0e0

Please sign in to comment.