/* 43 */ public static final ConstructorAnnotationsInterceptor INTERCEPTOR = new ConstructorAnnotationsInterceptor();
/* */
/* */ public void add(Object parent, Object child, QName name)
/* */ {
/* 47 */ AbstractConstructorMetaData constructor = (AbstractConstructorMetaData)parent;
/* 48 */ AbstractAnnotationMetaData annotation = (AbstractAnnotationMetaData)child;
/* 49 */ Set annotations = constructor.getAnnotations();
/* 50 */ if (annotations == null)
/* */ {
/* 52 */ annotations = new HashSet();
/* 53 */ constructor.setAnnotations(annotations);