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

com.aliyun.auth.credentials.provider.CredentialsProviderFactory Maven / Gradle / Ivy

The newest version!
package com.aliyun.auth.credentials.provider;

public class CredentialsProviderFactory {
    public  T createCredentialsProvider(T classInstance) {
        return classInstance;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy