langtools/src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
changeset 19651 b1aa46cc2198
parent 19492 767d7330011f
child 19656 7f0afbdbf142
equal deleted inserted replaced
19512:07dcf1232608 19651:b1aa46cc2198
  1087             } finally {
  1087             } finally {
  1088                 isFirst = true;
  1088                 isFirst = true;
  1089             }
  1089             }
  1090         }
  1090         }
  1091         if (allowTypeAnnos) {
  1091         if (allowTypeAnnos) {
  1092             TypeAnnotations.organizeTypeAnnotationsSignatures(syms, names, log, tree, annotate);
  1092             TypeAnnotations.organizeTypeAnnotationsSignatures(syms, names, log, env, tree, annotate);
  1093         }
  1093         }
  1094     }
  1094     }
  1095 
  1095 
  1096     /*
  1096     /*
  1097      * If the symbol is non-null, attach the type annotation to it.
  1097      * If the symbol is non-null, attach the type annotation to it.