@Target(value={TYPE,METHOD,CONSTRUCTOR})
@Retention(value=RUNTIME)
public @interface ExcludeDefaultInterceptors
Exclude the invocation of default interceptors for a method. This annotation applies to a method
that would otherwise be subject to interception.