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

com.speedment.runtime.welcome.HasOnWelcome Maven / Gradle / Ivy

Go to download

A Speedment bundle that shades all dependencies into one jar. This is useful when deploying an application on a server.

There is a newer version: 3.1.18
Show newest version
package com.speedment.runtime.welcome;

@FunctionalInterface
public interface HasOnWelcome {

    /**
     * This method is invoked by Speedment upon start.
     */
    void onWelcome();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy