mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
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 |
||
---|---|---|
.. | ||
auth | ||
lock | ||
BUILD | ||
JsonResponseTest.java | ||
RequestHandlerTest.java | ||
RequestModuleTest.java | ||
RequestParametersTest.java | ||
ResponseImplTest.java | ||
RouterTest.java |