Pull request #17 point a bug in QueryParameterAnnotationHandler which doesn't format strings correctly.
@QueryParameter("limit=%d")
private Integer limit;
should be sucessfully transformed to limit=12345 instead of throwing IllegalFormatConversionException.