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

toothpick.configuration.RuntimeCheckOffConfiguration Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package toothpick.configuration;

import toothpick.Scope;
import toothpick.config.Binding;

class RuntimeCheckOffConfiguration implements RuntimeCheckConfiguration {
  @Override
  public void checkIllegalBinding(Binding binding, Scope scope) {
  }

  @Override
  public void checkCyclesStart(Class clazz, String name) {
  }

  @Override
  public void checkCyclesEnd(Class clazz, String name) {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy