Custom name for the generated implementation class.
If not specified, a default naming convention will be used (name + suffix Impl).
Impl
Example: name = "UserRoutes" → class UserRoutesImpl will be generated.
name = "UserRoutes"
UserRoutesImpl