mirror of
https://github.com/google/nomulus
synced 2026-01-03 19:54:18 +00:00
Fix javadoc link to refer to correct annotation name
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=128364461
This commit is contained in:
committed by
Justine Tunney
parent
c3e8ff7b21
commit
6b5c00e143
@@ -25,8 +25,8 @@ import google.registry.model.pricing.StaticPremiumListPricingEngine;
|
|||||||
* Dagger module for injecting pricing engines.
|
* Dagger module for injecting pricing engines.
|
||||||
*
|
*
|
||||||
* <p>To add a new pricing engine, create a new class that implements {@link PremiumPricingEngine},
|
* <p>To add a new pricing engine, create a new class that implements {@link PremiumPricingEngine},
|
||||||
* and add a module that provides an instance of PricingEngine with a
|
* and add a module that provides an instance of {@link PremiumPricingEngine} with a
|
||||||
* <code>PricingEngineClassKey</code> annotation with the class of the implementation and also
|
* {@link PremiumPricingEngineClassKey} annotation with the class of the implementation and also
|
||||||
* <code>@Provides @IntoMap</code> annotations.
|
* <code>@Provides @IntoMap</code> annotations.
|
||||||
*/
|
*/
|
||||||
@Module
|
@Module
|
||||||
|
|||||||
Reference in New Issue
Block a user