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

gsrs.autoconfigure.ScrubberFactoryConfig Maven / Gradle / Ivy

The newest version!
package gsrs.autoconfigure;

import lombok.Data;

import java.util.Map;

/*
This class exists to map config file data into a set of scrubbers and parameters
 */
@Data
public class ScrubberFactoryConfig {
    private Class scrubberFactoryClass;
    private Map parameters;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy