Package google.registry.dns.writer
Class DnsWritersModule
java.lang.Object
google.registry.dns.writer.DnsWritersModule
@Module(includes={CloudDnsWriterModule.class,DnsUpdateWriterModule.class,VoidDnsWriterModule.class})
public class DnsWritersModule
extends Object
Groups all
DnsWriter
implementations to be installed.
To cherry-pick the DNS writers to install, overwrite this file with your private version in the release process.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DnsWritersModule
public DnsWritersModule()
-