net.anotheria.anosite.guard.SystemIsNotPreprodGuard Maven / Gradle / Ivy
The newest version!
package net.anotheria.anosite.guard;
public class SystemIsNotPreprodGuard extends SystemIsPreprodGuard {
@Override
protected boolean shouldMatch() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy