/* */ {
/* 59 */ Interceptors interceptors = (Interceptors)this.finder.getAnnotation(type, Interceptors.class);
/* 60 */ if (interceptors == null)
/* 61 */ return;
/* 62 */ ExcludeClassInterceptors excludeClass = (ExcludeClassInterceptors)this.finder.getAnnotation(type, ExcludeClassInterceptors.class);
/* 63 */ ExcludeDefaultInterceptors excludeDefaults = (ExcludeDefaultInterceptors)this.finder.getAnnotation(type, ExcludeDefaultInterceptors.class);
/* */
/* 65 */ Method method = null;
/* 66 */ if ((type instanceof Method)) {
/* 67 */ method = (Method)type;
/* */ }