Back to Intellij Community

Java9UndeclaredServiceUsage

java/java-impl/resources/inspectionDescriptions/Java9UndeclaredServiceUsage.html

2025.3-rc-2196 B
Original Source

Reports situations in which a service is loaded with java.util.ServiceLoader but it isn't declared with the uses clause in the module-info.java file and suggests inserting it.

New in 2018.1