isIgnoreAnnotation

fun isIgnoreAnnotation(simpleName: String, qualifiedName: String? = null): Boolean(source)

Checks whether the given annotation is recognized as an ignore marker.

Simple annotation names are matched case-insensitively; fully qualified names are matched case-sensitively (exact match).

Return

true if the annotation is recognized as an ignore marker

Parameters

simpleName

The simple name of the annotation (e.g., "SchemaIgnore")

qualifiedName

The fully qualified name of the annotation, or null if unavailable