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

cloud.localstack.docker.annotation.DefaultEnvironmentVariableProvider Maven / Gradle / Ivy

There is a newer version: 0.2.23
Show newest version
package cloud.localstack.docker.annotation;

import java.util.HashMap;
import java.util.Map;

public class DefaultEnvironmentVariableProvider implements IEnvironmentVariableProvider {

    @Override
    public Map getEnvironmentVariables() {
        return new HashMap<>();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy