On this page
[Java] Class SimpleGroovyAnnotationRef
- org.codehaus.groovy.tools.groovydoc.SimpleGroovyAnnotationRef
- All Implemented Interfaces and Traits:
- GroovyAnnotationRef
public class SimpleGroovyAnnotationRef
extends Object
implements GroovyAnnotationRef
Constructor Summary
Constructor and description |
---|
SimpleGroovyAnnotationRef (String name, String desc) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public String |
description() |
|
public boolean |
isTypeAvailable() |
|
public String |
name() |
|
public void |
setName(String name) |
|
public void |
setType(GroovyClassDoc type) |
|
public GroovyClassDoc |
type() |
Inherited Methods Summary
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/3.0.9/html/gapi/org/codehaus/groovy/tools/groovydoc/SimpleGroovyAnnotationRef.html