[Java] Class SimpleGroovyAnnotationRef

  • org.codehaus.groovy.tools.groovydoc.SimpleGroovyAnnotationRef
All Implemented Interfaces and Traits:
GroovyAnnotationRef
public class SimpleGroovyAnnotationRef
extends Object
implements GroovyAnnotationRef

Constructor Summary

Constructors
Constructor and description
SimpleGroovyAnnotationRef (String name, String desc)

Methods Summary

Methods
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

Inherited Methods
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/3.0.7/html/gapi/org/codehaus/groovy/tools/groovydoc/SimpleGroovyAnnotationRef.html