-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Documented()@Retention(value = )@Target(value = {}) public @interface CallSuper
Denotes that any overriding methods should invoke this method as well.
Example:
@CallSuper public abstract void onFocusLost();