Annotation Constructors: deprecated

The annotation class for deprecated.

Initializer
DeprecationAnnotation(String description)
Parameters:
  • description

    A description, in Markdown syntax, of why the element is deprecated, and what replacements are available.

Attributes
descriptionSource Code
shared String description

A description, in Markdown syntax, of why the element is deprecated, and what replacements are available.

reasonSource Code

A description, in Markdown syntax, of why the element is deprecated, and what replacements are available, or null.

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