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