fr.ird.observe.maven.plugins.toolbox.WithTestConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toolbox-maven-plugin Show documentation
Show all versions of toolbox-maven-plugin Show documentation
ObServe Toolbox Maven plugin module
package fr.ird.observe.maven.plugins.toolbox;
import io.ultreia.java4all.application.context.ApplicationComponent;
import io.ultreia.java4all.application.context.ApplicationContext;
import io.ultreia.java4all.util.SingletonSupplier;
import javax.annotation.Generated;
@Generated(value = "io.ultreia.java4all.application.context.spi.GenerateApplicationComponentProcessor", date = "Mon Mar 23 09:56:19 UTC 2020")
public interface WithTestConfig {
default TestConfig getTestConfig() {
return TestConfigApplicationComponent.value();
}
}