/* */
/* */ private void compileConstructor(JavaMethod method, AnnotationDocletTag tag, CtClass clazz, boolean isInnerClass) throws Exception
/* */ {
/* 312 */ CtConstructor ctMethod = getJavassistConstructor(method, clazz, isInnerClass);
/* 313 */ MethodInfo minfo = ctMethod.getMethodInfo();
/* 314 */ Annotation info = AnnotationInfoCreator.createAnnotationInfo(this.pool, minfo.getConstPool(), tag.getAnnotation());
/* 315 */ AnnotationsAttribute visible = (AnnotationsAttribute)minfo.getAttribute("RuntimeVisibleAnnotations");
/* 316 */ if (visible == null)
/* */ {
/* 318 */ visible = new AnnotationsAttribute(minfo.getConstPool(), "RuntimeVisibleAnnotations");
/* 319 */ minfo.addAttribute(visible);