wire-compiler / com.squareup.wire.schema / JavaTarget / excludes

excludes

val excludes: List<String>

Overrides Target.excludes

Proto types to excluded generated sources for. Types listed here will not be generated for this target.

This list should contain package names (suffixed with .*) and type names only. It should not contain member names.