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