/* 41 */ public static final CallbackAnnotationsInterceptor INTERCEPTOR = new CallbackAnnotationsInterceptor();
/* */
/* */ public void add(Object parent, Object child, QName name)
/* */ {
/* 45 */ AbstractCallbackMetaData callbackMetaData = (AbstractCallbackMetaData)parent;
/* 46 */ AbstractAnnotationMetaData annotation = (AbstractAnnotationMetaData)child;
/* 47 */ Set annotations = callbackMetaData.getAnnotations();
/* 48 */ if (annotations == null)
/* */ {
/* 50 */ annotations = new HashSet();
/* 51 */ callbackMetaData.setAnnotations(annotations);