Also in android we have @CallSuper annotation whic...
# announcements
v
Also in android we have @CallSuper annotation which make it required to call super, do we have something like this in kotlin? Also would be nice to have them for delegation, for example sometimes delegation may not make any sense if just some methods is called and not all of them.