
net.anotheria.anosite.guard.NotInEditModeGuard Maven / Gradle / Ivy
package net.anotheria.anosite.guard;
public class NotInEditModeGuard extends InEditModeGuard{
public boolean getDesiredResult(){
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy