This commit adds support for validating handler method inputs after binding from the data fetching environment and before invoking the handler method. This support is based on Bean Validation and is enabled only if the application context contains a `Validator` bean. Closes gh-110