Package icyllis.modernui.annotation
Annotation Interface CallSuper
Denotes that any overriding methods should invoke this method as well.
Example:
@CallSuper
public void onCreate() {
// something here
}