Package org.jetbrains.annotations
Annotation Interface MustBeInvokedByOverriders
The annotation should be applied to overridable non-abstract method
and indicates that all the overriders must invoke this method via
superclass method invocation expression. The static analysis tools
may report a warning if overrider fails to invoke this method.
- Since:
- 20.0.0