Note: information on this page refers to Ceylon 1.1, not to the current release.

tagged annotation

Marks a declaration with an arbitrary tag.

Usage

tagged("thread-safe")
class Example() {
    tagged("blocks")
    void m() {
    }
}

Description

The tagged annotation is processed by the ceylon doc tool.

Its content should be a short keyword or identifier, and not Markdown formatted text.

See also