
clime.messadmin.providers.spi.BaseProvider Maven / Gradle / Ivy
The newest version!
/**
*
*/
package clime.messadmin.providers.spi;
/**
* @author Cédrik LIME
*/
public abstract interface BaseProvider {
/**
* Sort order for this provider.
* Providers with smaller priority will be executed before,
* and providers with higher priority will be executed after.
* @return priority of this provider
*/
public int getPriority();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy