CallSuper
@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class CallSuper
androidx.annotation.CallSuper |
Denotes that any overriding methods should invoke this method as well.
Example:
<code>
@CallSuper
public abstract void onFocusLost();
</code>
Summary
Public constructors |
|
---|---|
<init>() Denotes that any overriding methods should invoke this method as well. |
Public constructors
<init>
CallSuper()
Denotes that any overriding methods should invoke this method as well.
Example:
<code>
@CallSuper
public abstract void onFocusLost();
</code>