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

io.yawp.driver.api.EnvironmentDriver Maven / Gradle / Ivy

There is a newer version: 2.08alpha
Show newest version
package io.yawp.driver.api;

public interface EnvironmentDriver {

	public boolean isProduction();

	public boolean isDevelopment();

	public boolean isTest();

	public boolean isAdmin();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy