CallSuper

public abstract @interface CallSuper
implements Annotation

android.support.annotation.CallSuper


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

Example:

 @CallSuper public abstract void onFocusLost(); 

Summary

Inherited methods

From interface java.lang.annotation.Annotation