45464748495051
// TODO: currently our parsing of annotations on expected() ignores // @Transform @Override protected Function<HttpResponse, FluentIterable<String>> parser(Injector i) { return compose(new ExtractLastPathComponent(), super.parser(i)); }