Java - ServiceLoader - Intellij cannot find implementation class files
问题 Intro I am trying to create multiple services which fuzz the input (for testing purposes. I am using the concept of dependency injection using java.util.ServiceLoader<T> feature. I am using IntelliJ for this project. Github Project Link: https://github.com/ghoshabhi/java-service-loader Problem I have created a META-INF/services directory with one file within it: htmlfuzzing.spi.HtmlFuzzer mentioning the path to my implementation class ( htmlfuzzing.TagReplacer ). I was trying to create a