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

org.sitoolkit.wt.app.compareevidence.ScreenshotComparatorConfig Maven / Gradle / Ivy

There is a newer version: 2.3
Show newest version
package org.sitoolkit.wt.app.compareevidence;

import org.sitoolkit.wt.app.config.BaseConfig;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

@Configuration
@Import(BaseConfig.class)
public class ScreenshotComparatorConfig {

    @Bean
    public ScreenshotComparator ScreenshotComparator() {
        return new ScreenshotComparator();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy