Back to Error Prone

MissingSuperCall

docs/bugpattern/MissingSuperCall.md

2.49.0245 B
Original Source

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.