blob: 9bf7e230ae1f93a9fdb9b191c6abfe5b86fcb258 [file] [log] [blame] [view] [edit]
API providers may annotate a method with an annotation like
`android.support.annotation.CallSuper` or
`javax.annotation.OverridingMethodsMustInvokeSuper` to require that overriding
methods invoke the super method. This check enforces those annotations.