Summary:
Inherited Methods
CallSuper
public
abstract
@interface
CallSuper
implements
Annotation
androidx.annotation.CallSuper |
Denotes that any overriding methods should invoke this method as well.
Example:
@CallSuper
public abstract void onFocusLost();
Summary
Inherited methods | |
---|---|