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

org.etlunit.feature.TestFeatureModule Maven / Gradle / Ivy

package org.etlunit.feature;

public class TestFeatureModule extends AbstractFeature
{
	@Override
	public String getFeatureName()
	{
		return "test";
	}

	@Override
	public long getPriorityLevel()
	{
		return Long.MIN_VALUE;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy