Note: information on this page refers to Ceylon 1.0, not to the current release.
by annotation
The by annotation records an author or contributor to a piece of source code.
Usage
by("Tom Bentley")
void example() {}
Description
It is usual to use the author's name rather than an email address, for example.
The by annotation is processed by the
ceylon doc tool,
which assumes it contains Markdown formatted text.
See also
- API documentation for
by - Reference for annotations in general