Class ExcludeShapesByTag

java.lang.Object
software.amazon.smithy.build.transforms.ConfigurableProjectionTransformer<T>
software.amazon.smithy.build.transforms.ExcludeShapesByTag
All Implemented Interfaces:
ProjectionTransformer

public final class ExcludeShapesByTag extends ConfigurableProjectionTransformer<T>
excludeShapesByTag removes shapes if they are tagged with one or more of the given arguments.

Prelude shapes are not removed by this transformer.