Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
[#13] Multi dispatch doesn't work with @CompileStatic
Browse files Browse the repository at this point in the history
  • Loading branch information
nurkiewicz committed Dec 1, 2014
1 parent 9100545 commit 6c2d5f6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package com.ofg.infrastructure.web.resttemplate.fluent.common.response.executor
import com.google.common.util.concurrent.ListenableFuture
import com.nurkiewicz.asyncretry.RetryExecutor
import groovy.transform.CompileStatic
import groovy.transform.TypeChecked
import org.springframework.http.HttpEntity
import org.springframework.http.HttpHeaders
import org.springframework.http.HttpMethod
Expand All @@ -14,7 +15,7 @@ import static com.ofg.infrastructure.web.resttemplate.fluent.common.response.exe
/**
* Utility class that extracts {@link HttpEntity} from the provided map of passed parameters
*/
@CompileStatic
@TypeChecked
final class RestExecutor<T> {
private final RestOperations restOperations
private final RetryExecutor retryExecutor
Expand Down

0 comments on commit 6c2d5f6

Please sign in to comment.