exclude

abstract val exclude: Property<String>(source)

Comma- or semicolon-separated glob patterns of fully qualified names to exclude from schema generation. Applies to both classes and functions. Exclusions are applied after include; a symbol matching any exclude pattern is always skipped.

Example: **.internal.**, **.*Internal