I am using codegen to generate my controllers and inflector to route to them. I would like to use Spring to populate some managers in my controllers but inflector creates a new instance of the controller each time and those don't get the managers injected properly. Is there any way around this? Is it possible to use a single instance of my controller?
-- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
