Back to Intellij Community

InterfaceNeverImplemented

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

2025.3-rc-2354 B
Original Source

Reports interfaces that have no concrete subclasses.

Configure the inspection:

  • Use the list below to add annotations. Interfaces declared with one of these annotations will be ignored by the inspection.
  • Use the checkbox below to ignore interfaces that only declare constant fields. Such interfaces may still be usable even without implementations.