mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02: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:
parent
c3e8ff7b21
commit
6b5c00e143
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue