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

gsrs.akka.GsrsAkkaSelector Maven / Gradle / Ivy

The newest version!
package gsrs.akka;


import org.springframework.context.annotation.ImportSelector;
import org.springframework.core.type.AnnotationMetadata;

public class GsrsAkkaSelector implements ImportSelector {
    @Override
    public String[] selectImports(AnnotationMetadata annotationMetadata) {
        return new String[]{
                GsrsAkkaConfiguration.class.getName()
        };
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy