@Documented @Retention(value=CLASS) @Target(value=METHOD) public @interface CallSuper
Example:
@CallSuper public abstract void onFocusLost();