SimpleGroovyParameter
public interface GroovyParameter
Modifier and Type | Method | Description |
---|---|---|
GroovyAnnotationRef[] |
annotations() |
|
String |
defaultValue() |
|
String |
name() |
|
GroovyType |
type() |
|
String |
typeName() |
GroovyAnnotationRef[] annotations()
String name()
GroovyType type()
String typeName()
String defaultValue()