It's common to document interface methods, so they are inherited by implementations. So the methods of an interface's implementation don't have to be documented. This confuses me sometimes because I'm not sure if one method of an implementation has a documentation. Would it be a good idea to create a custom annotation, something like
@KDocInherited
to make clear that a method of an implementation has an interface documentation?