|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.tools.groovydoc.SimpleGroovyAnnotationRef
public class SimpleGroovyAnnotationRef extends Object
Constructor Summary | |
SimpleGroovyAnnotationRef(String name, String desc)
|
Method Summary | |
---|---|
String
|
description()
|
boolean
|
isTypeAvailable()
|
String
|
name()
|
void
|
setName(String name)
|
void
|
setType(GroovyClassDoc type)
|
GroovyClassDoc
|
type()
|
Methods inherited from 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()
Copyright © 2003-2013 The Codehaus. All rights reserved.