name

Custom name for the generated implementation class.

If not specified, a default naming convention will be used (name + suffix Impl).

Example: name = "UserRoutes" → class UserRoutesImpl will be generated.