dagger.internal.codegen.binding.AutoValue_BindingGraphConverter_MissingBindingImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dagger-compiler Show documentation
Show all versions of dagger-compiler Show documentation
A fast dependency injector for Android and Java.
package dagger.internal.codegen.binding;
import dagger.spi.model.ComponentPath;
import dagger.spi.model.Key;
import java.lang.Override;
import javax.annotation.Generated;
@Generated("com.google.auto.value.extension.memoized.processor.MemoizeExtension")
final class AutoValue_BindingGraphConverter_MissingBindingImpl extends $AutoValue_BindingGraphConverter_MissingBindingImpl {
private volatile int hashCode;
private volatile boolean hashCode$Memoized;
AutoValue_BindingGraphConverter_MissingBindingImpl(ComponentPath componentPath$, Key key$) {
super(componentPath$, key$);
}
@Override
public int hashCode() {
if (!hashCode$Memoized) {
synchronized (this) {
if (!hashCode$Memoized) {
hashCode = super.hashCode();
hashCode$Memoized = true;
}
}
}
return hashCode;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy