public class Groovydoc extends Object
Represents groovydoc
| Modifiers | Name | Description | 
|---|---|---|
static Groovydoc  | 
                            EMPTY_GROOVYDOC | 
                            
| Constructor and description | 
|---|
                                Groovydoc
                                (String content, GroovydocHolder groovydocHolder) | 
                        
                                Groovydoc
                                (String content, AnnotatedElement annotatedElement) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public boolean | 
                            equals(Object o) | 
                        
 | 
                            public String | 
                            getContent()Get the content of groovydoc  | 
                        
 | 
                            public Groovydoc | 
                            getGroovydoc() | 
                        
 | 
                            public GroovydocHolder | 
                            getHolder()Get the holder of the groovydoc  | 
                        
 | 
                            public AnnotatedElement | 
                            getInstance() | 
                        
 | 
                            public List<GroovydocTag> | 
                            getTagList() | 
                        
 | 
                            public List<GroovydocTag> | 
                            getTagList()TODO Get list of groovydoc tags  | 
                        
 | 
                            public int | 
                            hashCode() | 
                        
 | 
                            public boolean | 
                            isPresent()Tests if groovydoc is present  | 
                        
 | 
                            public String | 
                            toString() | 
                        
Get the content of groovydoc
Get the holder of the groovydoc
TODO Get list of groovydoc tags
Tests if groovydoc is present
true if groovydoc is presentCopyright © 2003-2021 The Apache Software Foundation. All rights reserved.