Annotation Interface DontIntercept


@Target(METHOD) @Retention(RUNTIME) public @interface DontIntercept
When you use GuiceModuleUtils.createInterceptorModule(Class, Class, boolean), you can annotate some methods with this to prevent them from being intercepted.