| Package | Description |
|---|---|
| org.mule.devkit.model.code |
Library for generating Java source code
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedJavaDocComment
JavaDoc comment.
|
| Modifier and Type | Method and Description |
|---|---|
CommentPart |
GeneratedJavaDocComment.addDeprecated()
add an @deprecated tag to the javadoc, with the associated message.
|
CommentPart |
GeneratedJavaDocComment.addParam(GeneratedVariable param)
Append a text to an @param tag.
|
CommentPart |
GeneratedJavaDocComment.addParam(String param)
Append a text to a @param tag to the javadoc
|
CommentPart |
GeneratedJavaDocComment.addReturn(String ret)
Appends a text to @return tag.
|
CommentPart |
GeneratedJavaDocComment.addThrows(Class<? extends Throwable> exception)
add an @throws tag to the javadoc
|
CommentPart |
GeneratedJavaDocComment.addThrows(TypeReference exception)
add an @throws tag to the javadoc
|
CommentPart |
CommentPart.append(Object o)
Appends a new value.
|
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.