org.etlunit.feature.FeatureAnnotation Maven / Gradle / Ivy
package org.etlunit.feature;
import org.etlunit.json.validator.JsonSchema;
import java.util.List;
public interface FeatureAnnotation
{
String getName();
String getDescription();
List getValidator();
enum propertyType
{
required,
optional,
none
}
propertyType getPropertyType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy