Class JavaDocSection
- java.lang.Object
- 
- software.amazon.smithy.traitcodegen.sections.JavaDocSection
 
- 
- All Implemented Interfaces:
- CodeSection
 
 public final class JavaDocSection extends java.lang.Object implements CodeSection Contains a Java doc section attached to a class or method.
- 
- 
Constructor SummaryConstructors Constructor Description JavaDocSection(Shape shape)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Shapeshape()Shapethat the class the Javadoc is added to represents.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface software.amazon.smithy.utils.CodeSectionsectionName
 
- 
 
-