
net.anotheria.anosite.guard.SystemIsPreviewGuard Maven / Gradle / Ivy
package net.anotheria.anosite.guard;
public class SystemIsPreviewGuard extends SystemEnvironmentAbstractGuard {
@Override
protected String getTargetEnvironmentName() {
return "test_preview";
}
@Override
protected boolean shouldMatch() {
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy