public class Groovydoc extends Object
Modifier and Type | Field and Description |
---|---|
static Groovydoc |
EMPTY_GROOVYDOC |
Constructor and Description |
---|
Groovydoc(String content,
AnnotatedElement annotatedElement) |
Groovydoc(String content,
GroovydocHolder groovydocHolder) |
Modifier and Type | Method 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() |
boolean |
isPresent()
Tests if groovydoc is present
|
String |
toString() |
public static final Groovydoc EMPTY_GROOVYDOC
public Groovydoc(String content, GroovydocHolder groovydocHolder)
public Groovydoc(String content, AnnotatedElement annotatedElement)
public boolean isPresent()
true
if groovydoc is presentpublic String getContent()
public List<GroovydocTag> getTagList()
public GroovydocHolder getHolder()