DefaultArgumentDescriptor
class DefaultArgumentDescriptor<T : ArgumentType<*>> : ArgumentDescriptor<T>
Content copied to clipboard
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