annotation Anyolite::DefaultOptionalArgsToKeywordArgs
Overview
All methods of the respective class have their required arguments wrapped as regular arguments and their optional arguments wrapped as keyword arguments.
The annotation can be overwritten with the respective
WrapWithoutKeywords
annotations for specific methods.