colesico.framework.dslvalidator.commands.SerialChain Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of colesico-validation Show documentation
Show all versions of colesico-validation Show documentation
Colesico framework data bean validation assistant and simple dsl validator
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