First of all congratulations for this repository, I'm a fan of fluent resources.
I was wondering how to force self-validation on request objects in controllers. As Bean Validation does, but without those annotations
Is there any way to auto-validate them without invoking some "validate" method manually? (An example could be a service locator that matches the incoming object with the validator).