报告 interface 类中的内部类。

有些编码标准不建议使用这样的类。 该检查不报告枚举和注解类。

使用忽略接口的内部接口选项可以忽略内部接口。 示例:


  interface I {
    interface Inner {
    }
  }