Annotation Type impl
-
@Documented @Retention(SOURCE) @Target(METHOD) public @interface impl
Documentation annotation for Scala. Scaladoc doesn't support any means to indicate that function implements an abstract function (from either trait or abstract class) and all its documentation should be copied over.This annotation allows to mark Scala function as an implementation for documentation and readability purposes.