include

abstract val include: Property<String>(source)

Comma- or semicolon-separated glob patterns of fully qualified names to include in schema generation. Applies to both classes and functions. If not set, all symbols within rootPackage are included.

Glob syntax: * matches within one package segment, ** matches across segments, ? matches one character.

Example: com.example.api.**, com.example.dto.**.*Dto