import org.jetbrains.annotations.NotNull; public class SimpleReturn { @NotNull public Object test() { return null; } }