Class BuiltinsIntegration

java.lang.Object
software.amazon.smithy.docgen.integrations.BuiltinsIntegration
All Implemented Interfaces:
SmithyIntegration<DocSettings,DocWriter,DocGenerationContext>, DocIntegration

public class BuiltinsIntegration extends Object implements DocIntegration
Applies the built-in DocFormats and base CodeSections.

This integration runs in high priority to ensure that other integrations can see and react to changes it makes. To have an integration reliably run before this, override SmithyIntegration.runBefore() with the output of SmithyIntegration.name() in the list. Similarly, to guarantee an integration is run after this, override SmithyIntegration.runAfter() with the same argument.