src/share/classes/com/sun/tools/javac/comp/MemberEnter.java

changeset 1969
7de231613e4a
parent 1945
f7f271bd74a2
child 1974
25aaff78d754
equal deleted inserted replaced
1965:720992953d43 1969:7de231613e4a
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.

mercurial