CallSuper

  • Cmn
    @MustBeDocumented
    @Retention(value = AnnotationRetention.BINARY)
    @Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER])
    annotation CallSuper

Denotes that any overriding methods should invoke this method as well.

Example:

@CallSuper
public abstract void onFocusLost();

Summary

Public constructors

Cmn

Public constructors

CallSuper

CallSuper()