Reports inner classes in interface classes.

Some coding standards discourage the use of such classes. The inspection doesn't report enumeration and annotation classes.

Use the Ignore inner interfaces of interfaces option to ignore inner interfaces. For example:


  interface I {
    interface Inner {
    }
  }