Properties
Processor option (-A<name>=<value>) with comma/semicolon-separated glob patterns. A type matching any exclude pattern is dropped, even when it is @Schema-annotated or matches an include pattern. Glob syntax matches INCLUDE_OPTION.
Processor option (-A<name>=<value>) with comma/semicolon-separated glob patterns. A type not annotated with @Schema is processed only when it matches at least one include pattern. Glob syntax: * matches any sequence of non-. characters, ** any sequence including ., ? a single non-. character.
Processor option (-A<name>=<value>) that, when set, restricts discovery to types declared under the given package (and its sub-packages). When absent, the whole module is scanned. Applies to @Schema-annotated types and include-glob matches alike.