All Downloads are FREE. Search and download functionalities are using the official Maven repository.

toothpick.configuration.MultipleRootScopeCheckOffConfiguration Maven / Gradle / Ivy

package toothpick.configuration;

import toothpick.Scope;

/**
 * Dummy implementation of the {@link MultipleRootScopeCheckConfiguration} strategy.
 */
class MultipleRootScopeCheckOffConfiguration implements MultipleRootScopeCheckConfiguration {
  @Override public void checkMultipleRootScopes(Scope scope) {
  }

  @Override public void onScopeForestReset() {

  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy