protected 중첩 클래스를 보고합니다.
예:
public class Outer {
protected static class Nested {} // 경고
protected class Inner {} // 경고
protected enum Mode {} // 설정에 따른 경고
protected interface I {} // 설정에 따른 경고
}
검사 구성:
protected 내의 열거형을 무시합니다.protected 내의 인터페이스를 무시합니다.