Annotation Interface SuperChainRequired


@Documented @Target(METHOD) @Retention(RUNTIME) public @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.