Android APIs
public abstract @interface

CallSuper

implements Annotation
android.support.annotation.CallSuper

Class Overview

Denotes that any overriding methods should invoke this method as well.

Example:

@CallSuper
  public abstract void onFocusLost();
 

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation