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

com.oath.micro.server.elasticache.ElasticachePlugin Maven / Gradle / Ivy

package com.oath.micro.server.elasticache;

import com.oath.micro.server.Plugin;
import cyclops.collections.mutable.SetX;

import java.util.Set;

public class ElasticachePlugin implements Plugin {

    @Override
    public Set springClasses() {
            return SetX.of(ConfigureElasticache.class);
        }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy