// "Make 'Inner' protected" "true-preview" @MyAnnotation(Outer.Inner.class) public class Outer { private static class Inner { } } @interface MyAnnotation { Class value(); }