interface
classes.
Some coding standards discourage the use of such classes. The inspection doesn't report enum classes and annotation interfaces.
Use the Ignore inner interfaces of interfaces option to ignore inner interfaces. For example:
interface I {
interface Inner {
}
}