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

dagger.internal.codegen.binding.AutoValue_BindingGraphConverter_MissingBindingImpl Maven / Gradle / Ivy

There is a newer version: 2.54
Show newest version
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