Annotation Interface SuperChainRequired
Marker annotation for abstract methods. If an abstract method has this annotation,
each method that overrides the annotated method must be annotated with
OverridingMethodsMustInvokeSuper
.