报告 interface 类中的内部类。

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

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


  interface I {
    interface Inner {
    }
  }