Annotation Constructors: doc

The annotation class for the doc annotation.

Initializer
DocAnnotation(String description)
Parameters:
  • description

    Documentation, in Markdown syntax, about the annotated element

Attributes
descriptionSource Code
shared String description

Documentation, in Markdown syntax, about the annotated element

Inherited Attributes
Attributes inherited from: Object
Inherited Methods
Methods inherited from: Object
Methods inherited from: ConstrainedAnnotation<Value,Values,ProgramElement>