DefaultArgumentDescriptor

class DefaultArgumentDescriptor<T : ArgumentType<*>> : ArgumentDescriptor<T>

Default ArgumentDescriptor, used for argument types such as IntegerArgumentType and many others that do only provide a single argument type with no extra data needed to resolve it.

Author

Cypher121

Constructors

Link copied to clipboard
fun DefaultArgumentDescriptor()