aboutsummaryrefslogtreecommitdiff
path: root/core/src/com/google/inject/spi/InterceptorBinding.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/com/google/inject/spi/InterceptorBinding.java')
-rw-r--r--core/src/com/google/inject/spi/InterceptorBinding.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/core/src/com/google/inject/spi/InterceptorBinding.java b/core/src/com/google/inject/spi/InterceptorBinding.java
index 163869e5..4d87157b 100644
--- a/core/src/com/google/inject/spi/InterceptorBinding.java
+++ b/core/src/com/google/inject/spi/InterceptorBinding.java
@@ -16,13 +16,16 @@
package com.google.inject.spi;
-import com.google.inject.Binder;
-import com.google.common.collect.ImmutableList;
import static com.google.common.base.Preconditions.checkNotNull;
+
+import com.google.common.collect.ImmutableList;
+import com.google.inject.Binder;
import com.google.inject.matcher.Matcher;
+
+import org.aopalliance.intercept.MethodInterceptor;
+
import java.lang.reflect.Method;
import java.util.List;
-import org.aopalliance.intercept.MethodInterceptor;
/**
* Registration of interceptors for matching methods of matching classes. Instances are created