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

colesico.framework.dslvalidator.commands.SerialChain Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package colesico.framework.dslvalidator.commands;

import colesico.framework.dslvalidator.ValidationContext;

/**
 * Executes chain commands until first validation error occur
 */
public class SerialChain extends AbstractChain {
    @Override
    public void execute(ValidationContext context) {
        executeCommands(context);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy