google-nomulus/javatests/google/registry/reporting
guyben 4097dae3b2 Only inject @Parameter-created variables in the Action itself
Icann reports have 3 parameter-provided injections:

- yearMonth
- subdir
- reportType

We move all of them away from the "inner classes" and only @Inject them in the Actions themselves.

This has 2 benefits:
- it's much clearer what all the parameter inputs of the Actions are
- the "inner injected classes" don't assume anything about the Action that uses them - they will work just as well for JSON actions as for "regular" actions.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=233625765
2019-02-13 16:07:45 -05:00
..
billing Make BillingModule.OVERALL_INVOICE_PREFIX configurable 2018-11-16 17:00:38 -05:00
icann Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
spec11 Move LocalDate injection to the Actions themselves 2019-02-06 17:52:16 -05:00
BUILD Clean up internal imports in BUILD files 2018-07-14 01:37:03 -04:00
ReportingModuleTest.java Move LocalDate injection to the Actions themselves 2019-02-06 17:52:16 -05:00