Want to Autowire your interceptors? Now you can!!
Thanks to the autowire interceptor you are going now to be able to autowire your handlers/plugins and interceptors with any kind of objects from an IOC container like coldspring or lightwire. I just commited the update to the autowire interceptor and it works in the same way as handlers and plugins.
1. Declare the autowire interceptor
2. Add the autowire metadata property to your components: plugin, event handler or interceptor.
...
3. Add your setters/getters to your object.
That's it, easy as 1-2-3!!