@Documented
@Target(value=METHOD)
@Retention(value=CLASS)
public @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