Test.java 11 void setB(B b) setB(B) <default> B B @NotNull/@Nullable problems Setter parameter for @NotNull field might be annotated @NotNull itself Test.java 7 B getB() getB() <default> B B @NotNull/@Nullable problems Getter for @NotNull field might be annotated @NotNull itself