// "Suppress all inspections for class" "true" @SuppressWarnings({"ALL"}) public class Test { public void run(int i) { } }