CallSuper
annotation CallSuper
Denotes that any overriding methods should invoke this method as well.
Example:
@CallSuper public abstract void onFocusLost();
annotation CallSuper
Denotes that any overriding methods should invoke this method as well.
Example:
@CallSuper public abstract void onFocusLost();
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-09-15 UTC.