There are two ways to use the parsers available in this library: as a ParamDecorator or as a MethodDecorator. If you want to use it as a ParamDecorator, just add the tag referring to the Parser to be ...
This relates to issue #7. I've used the code from there and made it more generic and fixed a couple of edge-cases that wouldn't have worked. Please add this to sample library as it's a very common use ...