Class JavadocFormatterInterceptor

java.lang.Object
software.amazon.smithy.traitcodegen.integrations.core.JavadocFormatterInterceptor
All Implemented Interfaces:
CodeInterceptor<JavaDocSection,TraitCodegenWriter>

public class JavadocFormatterInterceptor extends Object implements CodeInterceptor<JavaDocSection,TraitCodegenWriter>
Formats any populated Javadoc comment sections as documentation comments.

This interceptor will run after all other Javadoc interceptors to ensure it picks up all content added to Jav doc sections. Javadoc sections with no content are discarded.