LikelyChained

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class LikelyChained

When a library function is annotated with @LikelyChained, it is marked as a parameter that usually expects to be chained (wiki). This does not have any runtime effect, but is rather used for documentation purposes (see Quarkdoc).