package lib; import org.jetbrains.annotations.Nullable; public class LibSuper { public void test(@Nullable String str) {} }