Use the list below to specify special annotations. Classes annotated with one of these annotations will be ignored by this inspection.
Use the first checkbox below to ignore classes which parameterize a super class, for example
class MyList extends ArrayList<String> {}
Use the second checkbox below to ignore classes which extend java.lang.Throwable.