/* 47 */ super(finder);
/* */ }
/* */
/* */ public void process(ITimeoutTarget bean, Method method)
/* */ {
/* 52 */ Timeout timeout = (Timeout)this.finder.getAnnotation(method, Timeout.class);
/* 53 */ if (timeout == null) {
/* 54 */ return;
/* */ }
/* 56 */ NamedMethodMetaData timeoutMethod = new NamedMethodMetaData();
/* 57 */ timeoutMethod.setMethodName(method.getName());