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