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

org.zodiac.ds.api.config.TableSwitchStrategyInfo Maven / Gradle / Ivy

package org.zodiac.ds.api.config;

public class TableSwitchStrategyInfo {

    public TableSwitchStrategyInfo() {
    }

    @Override
    public int hashCode() {
        return super.hashCode();
    }

    @Override
    public boolean equals(Object obj) {
        return super.equals(obj);
    }

    @Override
    public String toString() {
        return super.toString();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy