google-nomulus/java/google/registry/dns/writer/dnsupdate
gak a47cc2a85c Migrate @Provides methods to @Binds methods where possible.
@Binds is a much more efficient way to delegate one binding to another in that:
  * The @Binds method does not need to be invoked
  * It does not generate an additional Provider implementation
  * An additional Provider does does not need to be instantiated
Future changes to Dagger's component processor will add even further benefits.

More information: []

ATTENTION REVIEWERS: This migration is being done with global approval.  Per-project approval is not required.

Tested:
    TAP train for global presubmit queue
    []
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=125980758
2016-06-27 16:47:18 -04:00
..
BUILD Minor fixes to dnsupdate writer 2016-05-14 01:32:53 -04:00
DnsMessageTransport.java Make dnsupdate go back to using dnsjava 2.x 2016-05-16 18:40:31 -04:00
DnsUpdateConfigModule.java Minor fixes to dnsupdate writer 2016-05-14 01:32:53 -04:00
DnsUpdateWriter.java Cleanup DnsUpdateWriter 2016-06-14 16:33:26 -04:00
DnsUpdateWriterModule.java Migrate @Provides methods to @Binds methods where possible. 2016-06-27 16:47:18 -04:00