> +import org.jclouds.io.Payload; > +import org.jclouds.javax.annotation.Nullable; > +import org.jclouds.b2.binders.UploadPartBinder; > +import org.jclouds.b2.domain.B2Object; > +import org.jclouds.b2.domain.GetUploadPartResponse; > +import org.jclouds.b2.domain.ListPartsResponse; > +import org.jclouds.b2.domain.ListUnfinishedLargeFilesResponse; > +import org.jclouds.b2.domain.MultipartUploadResponse; > +import org.jclouds.b2.domain.UploadPartResponse; > +import org.jclouds.b2.filters.RequestAuthorization; > +import org.jclouds.rest.annotations.MapBinder; > +import org.jclouds.rest.annotations.PayloadParam; > +import org.jclouds.rest.annotations.RequestFilters; > +import org.jclouds.rest.binders.BindToJsonPayload; > + > +@BlobScope(CONTAINER)
All methods consume json, to the consumes annotation could be moved to class level. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/282/files/56c8b214ce51990e7709991bc55605190195b133#r67431575
