Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/master
/
.
/
docs
/
bugpattern
/
MissingSuperCall.md
blob: c00577f664abee60e809a47fe56a2ffeaa578192 [
file
] [
view
] [
edit
]
API providers may annotate a method
with
an annotation like
`androidx.annotation.CallSuper`
or
`javax.annotation.OverridingMethodsMustInvokeSuper`
to
require
that overriding
methods invoke the
super
method
.
This
check enforces those annotations
.