Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Deprecated

Specifies that this class is deprecated. This keyword is ignored by the class compiler and by Studio, but is used by Atelier.

Usage

To mark a class as deprecated, use the following syntax:

Class MyApp.MyClass [ Deprecated ]  { //class members }

Otherwise, omit this keyword or place the word Not immediately before the keyword.

See Also

FeedbackOpens in a new tab