[Java] Interface GroovyParameter
public interface GroovyParameter
Methods Summary
| Type Params | Return Type | Name and description | 
|---|---|---|
| public GroovyAnnotationRef[] | annotations() | |
| public String | defaultValue() | |
| public String | name() | |
| public GroovyType | type() | |
| public String | typeName() | 
Method Detail
public GroovyAnnotationRef[] annotations()
public String defaultValue()
public String name()
public GroovyType type()
public String typeName()
    © 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
    https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/groovydoc/GroovyParameter.html