Represents groovydoc
Constructor and description |
---|
Groovydoc
(String content, GroovydocHolder groovydocHolder) |
Groovydoc
(String content, AnnotatedElement annotatedElement) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
equals(Object o) |
|
String |
getContent() Get the content of groovydoc |
|
GroovydocHolder |
getHolder() Get the holder of the groovydoc |
|
List<GroovydocTag> |
getTagList() TODO Get list of groovydoc tags |
|
int |
hashCode() |
|
String |
toString() |
Get the content of groovydoc
Get the holder of the groovydoc
TODO Get list of groovydoc tags
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.