org.etlunit.parser.ETLTestAnnotated Maven / Gradle / Ivy
package org.etlunit.parser;
import java.util.List;
public interface ETLTestAnnotated extends ETLTestDebugTraceable, ETLTestDescribed
{
List getAnnotations();
List getAnnotations(String name);
boolean hasAnnotation(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy