Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
b4c55352f99aee460e730bd117fe2bf1234d4d2d
/
.
/
docs
/
bugpattern
/
MissingSuperCall.md
blob: c00577f664abee60e809a47fe56a2ffeaa578192 [
file
] [
view
]
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
.