Searched refs:gwtIncompatibleAnnotation (Results 1 – 4 of 4) sorted by relevance
34 static Optional<AnnotationSpec> gwtIncompatibleAnnotation(Binding binding) { in gwtIncompatibleAnnotation() method in GwtCompatibility
36 import static dagger.internal.codegen.writing.GwtCompatibility.gwtIncompatibleAnnotation;223 gwtIncompatibleAnnotation(binding).ifPresent(injectorTypeBuilder::addAnnotation); in write()
39 import static dagger.internal.codegen.writing.GwtCompatibility.gwtIncompatibleAnnotation;135 gwtIncompatibleAnnotation(binding).ifPresent(factoryBuilder::addAnnotation); in factoryBuilder()
41 import static dagger.internal.codegen.writing.GwtCompatibility.gwtIncompatibleAnnotation;233 gwtIncompatibleAnnotation(binding).ifPresent(factoryBuilder::addAnnotation); in write()