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

com.github.euler.configuration.AbstractBatchBarrierConditionConfigConverter Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
package com.github.euler.configuration;

import com.github.euler.core.BatchBarrierCondition;

public abstract class AbstractBatchBarrierConditionConfigConverter implements TypeConfigConverter {

    public static final String CONDITION = "batch-condition";

    @Override
    public String type() {
        return CONDITION;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy