IgnoreReason

Lists reasons for marking code elements to be ignored by the reader, as used by the Ignore annotation.

Each reason includes a detailed description to clarify why an element should be excluded from processing or serialization.

Parameters

detailed

A human-readable description of the reason.

Entries

Link copied to clipboard

Code or feature is not used in the current context.

Link copied to clipboard

Old code kept for backward compatibility but should not be processed.

Link copied to clipboard

Feature is not implemented yet and should be ignored.

Link copied to clipboard

Temporary workaround or placeholder that should be excluded.

Link copied to clipboard

Feature is experimental and should not be processed by users.

Link copied to clipboard

Feature only relevant for a specific platform and should be ignored elsewhere.

Link copied to clipboard

Used only in debug builds and should be ignored in production.

Link copied to clipboard

Used only for performance testing and should be ignored in normal use.

Link copied to clipboard

Only exists for documentation purposes and should be ignored in processing.

Link copied to clipboard

Feature intended only for internal use and should not be processed by users.

Link copied to clipboard

Code requires a security review and should be ignored until reviewed.

Link copied to clipboard

Feature depends on third-party code or library and should be ignored in certain contexts.

Properties

Link copied to clipboard
Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Returns the detailed description of the reason.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.