All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.braintreepayments.http.Injector Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package com.braintreepayments.http;

import java.io.IOException;

public interface Injector {
	void inject(HttpRequest request) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy