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

org.springframework.social.partnercenter.connect.LocalizedConnection Maven / Gradle / Ivy

package org.springframework.social.partnercenter.connect;

import java.util.Locale;

import org.springframework.social.partnercenter.PartnerCenter;

public interface LocalizedConnection {
	PartnerCenter getApi(Locale locale);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy