1 package com.atlassian.sal.api.net;
2
3 /**
4 * {@link HttpClientRequestFactory} implements this interface.
5 * The rest plugin provides an implementation that allows marshalling of entities.
6 *
7 * @since 2.1
8 */
9 public interface NonMarshallingRequestFactory<T extends Request<?, ?>> extends RequestFactory<T> {
10 }