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

fr.ird.observe.spi.WithDbModelHelper Maven / Gradle / Ivy

The newest version!
package fr.ird.observe.spi;

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 = "Sat Jun 27 16:03:10 UTC 2020")
public interface WithDbModelHelper {

    default DbModelHelper getDbModelHelper() {
        return DbModelHelperApplicationComponent.value();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy