Package google.registry.pricing
Class PricingModule
java.lang.Object
google.registry.pricing.PricingModule
Dagger module for injecting pricing engines.
To add a new pricing engine, create a new class that implements PremiumPricingEngine
,
and add a module that provides an instance of PremiumPricingEngine
with a unique StringKey
annotation, and also @Provides @IntoMap
annotations.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PricingModule
public PricingModule()
-