google-nomulus/java/google/registry/request
gak a47cc2a85c Migrate @Provides methods to @Binds methods where possible.
@Binds is a much more efficient way to delegate one binding to another in that:
  * The @Binds method does not need to be invoked
  * It does not generate an additional Provider implementation
  * An additional Provider does does not need to be instantiated
Future changes to Dagger's component processor will add even further benefits.

More information: []

ATTENTION REVIEWERS: This migration is being done with global approval.  Per-project approval is not required.

Tested:
    TAP train for global presubmit queue
    []
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=125980758
2016-06-27 16:47:18 -04:00
..
Action.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
Actions.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
BUILD Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DelegatedOAuthScopes.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
Header.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
HttpException.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
JsonActionRunner.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
JsonPayload.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
JsonResponse.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
Modules.java Migrate @Provides methods to @Binds methods where possible. 2016-06-27 16:47:18 -04:00
OAuthScopes.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
package-info.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
Parameter.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
ParameterMap.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
Payload.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RequestHandler.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RequestMethod.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RequestModule.java Actionize the EPP endpoints. 2016-06-14 16:30:12 -04:00
RequestParameters.java Add MR to expand billing events into OneTimes 2016-06-14 16:31:00 -04:00
RequestPath.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RequestScope.java Allow @RequestScope on methods 2016-06-06 13:30:44 -04:00
Response.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
ResponseImpl.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
Route.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
Router.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00