[Java] Class SimpleGroovyAnnotationRef
- org.codehaus.groovy.tools.groovydoc.SimpleGroovyAnnotationRef
- All Implemented Interfaces and Traits:
- GroovyAnnotationRef
public class SimpleGroovyAnnotationRef extends Object
Constructor Summary
Constructor and description |
---|
SimpleGroovyAnnotationRef
(String name, String desc) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
String |
description() | |
boolean |
isTypeAvailable() | |
String |
name() | |
void |
setName(String name) | |
void |
setType(GroovyClassDoc type) | |
GroovyClassDoc |
type() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public SimpleGroovyAnnotationRef(String name, String desc)
Method Detail
public String description()
public boolean isTypeAvailable()
public String name()
public void setName(String name)
public void setType(GroovyClassDoc type)
public GroovyClassDoc type()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/groovydoc/SimpleGroovyAnnotationRef.html