import org.jetbrains.annotations.Contract; class A { @Contract("_->null") Object getObject() { //do smth return null; } }