com.github.rschmitt.dynamicobject.internal.CustomValidationHook Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dynamic-object Show documentation
Show all versions of dynamic-object Show documentation
Lightweight data modeling for Java, powered by Clojure.
package com.github.rschmitt.dynamicobject.internal;
import com.github.rschmitt.dynamicobject.DynamicObject;
public interface CustomValidationHook> {
D $$customValidate();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy