package test; import org.jetbrains.annotations.NotNull; public class NotNullParameter { public void hi(@NotNull String param) { } }