import org.jetbrains.annotations.Nullable; class A { @Nullable Object getObject() { //do smth return null; } }