io.paradoxical.common.test.guice.OverridableModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common.test Show documentation
Show all versions of common.test Show documentation
Jersey request correlation and common utils
package io.paradoxical.common.test.guice;
import com.google.inject.AbstractModule;
import com.google.inject.Module;
public abstract class OverridableModule extends AbstractModule implements AutoCloseable {
public abstract Class extends Module> getOverridesModule();
public void close() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy