gh-pages / com.nextfaze.devfun.function / Args
Args
annotation class Args
(source)
Nested annotation for declaring the arguments of a function invocation.
Parameters
value
- The arguments of the invocation. At present only primitive types are supported (.toType()
will be used on the entry).
See Also
Constructors
Name | Summary |
---|---|
<init> | Args(value: Array < String >) Nested annotation for declaring the arguments of a function invocation. |
Properties
Name | Summary |
---|---|
value | val value: Array < String > The arguments of the invocation. At present only primitive types are supported ( .toType() will be used on the entry). |