Class JavaDocSection

java.lang.Object
software.amazon.smithy.traitcodegen.sections.JavaDocSection
All Implemented Interfaces:
CodeSection

public final class JavaDocSection extends Object implements CodeSection
Contains a Java doc section attached to a class or method.
  • Constructor Details

    • JavaDocSection

      public JavaDocSection(Shape shape)
  • Method Details

    • shape

      public Shape shape()
      Shape that the class the Javadoc is added to represents.