EmptySuper


Denotes that any overriding methods should not invoke this method, since it is defined to be empty (or perhaps contain other code not intended to be run when overridden).

Example:

@EmptySuper
public void onFocus() { }

Summary

Public constructors

Cmn

Public constructors

EmptySuper

EmptySuper()