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 Summary
Constructors Constructor Description JavaDocSection(Shape shape)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Shape
shape()
Shape
that the class the Javadoc is added to represents.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.smithy.utils.CodeSection
sectionName
-
-