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 {

    boolean isProduction();

    boolean isDevelopment();

    boolean isTest();

    boolean isAdmin();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy