Interface FlowCrawlerExcludeAdapter

All Known Implementing Classes:
FlowCrawlerExcludeAdapter.No, FlowCrawlerExcludeAdapter.Yes

public interface FlowCrawlerExcludeAdapter
Marker interface for types whose fields should be ignored when rendering flows for crawlers. To find this adapter, the base types are searched, too. So if you like to selectively include virtual types, you can override the exclusion by contributing the `No` adapter to the virtual type (no = no exclusion). Contribute `Yes` to the type whose field you like to exclude from flows rendered for crawlers and `No` to a virtual type to mute a `Yes` contributed to its base type.