blob: 055b339c5f9c9859380b4157243c9d54dab79656 [file] [log] [blame]
import org.jetbrains.annotations.NotNull;
public class CustomExceptionType {
public void foo(Object obj, @NotNull(exception = NullPointerException.class) Object obj2) { }
}