public class Groovydoc
extends Object
Represents groovydoc
| Modifiers | Name | Description |
|---|---|---|
static Groovydoc |
EMPTY_GROOVYDOC |
Shared empty groovydoc instance. |
| Constructor and description |
|---|
Groovydoc(String content, GroovydocHolder groovydocHolder)Creates a groovydoc for the supplied content and holder. |
Groovydoc(String content, AnnotatedElement annotatedElement)Creates a groovydoc for the supplied content and annotated element. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
equals(Object o){@inheritDoc} |
|
public String |
getContent()Get the content of groovydoc |
|
public GroovydocHolder |
getHolder()Get the holder of the groovydoc |
|
public List<GroovydocTag> |
getTagList()TODO Get list of groovydoc tags |
|
public int |
hashCode(){@inheritDoc} |
|
public boolean |
isPresent()Tests if groovydoc is present |
|
public String |
toString(){@inheritDoc} |
Shared empty groovydoc instance.
Creates a groovydoc for the supplied content and holder.
content - the doc textgroovydocHolder - the owning holderCreates a groovydoc for the supplied content and annotated element.
content - the doc textannotatedElement - the owning annotated element{@inheritDoc}
Get the content of groovydoc
Get the holder of the groovydoc
TODO Get list of groovydoc tags
{@inheritDoc}
Tests if groovydoc is present
true if groovydoc is present{@inheritDoc}
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.