Package com.perfectcorp.annotation
Annotation Type CallSuper
-
@Documented @Retention(SOURCE) @Target(METHOD) public @interface CallSuperDenotes that any overriding methods should invoke this method as well.Example:
@CallSuper public abstract void onFocusLost();