
io.logspace.hq.webapp.mode.DefaultHqMode Maven / Gradle / Ivy
/**
* Logspace
* Copyright (c) 2015 Indoqa Software Design und Beratung GmbH. All rights reserved.
* This program and the accompanying materials are made available under the terms of
* the Eclipse Public License Version 1.0, which accompanies this distribution and
* is available at http://www.eclipse.org/legal/epl-v10.html.
*/
package io.logspace.hq.webapp.mode;
public class DefaultHqMode implements HqMode {
@Override
public void afterInitialization() {
// default does nothing
}
@Override
public void beforeInitialization() {
// default does nothing
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy