/* 161 */ if (old != null)
/* */ {
/* 163 */ result = old.getAnnotation();
/* 164 */ if (result == annotation)
/* 165 */ return result;
/* 166 */ old.invalidate();
/* */ }
/* */
/* 169 */ BasicAnnotationItem item = new BasicAnnotationItem(this, annotation);
/* 170 */ this.annotations.put(annotationType.getName(), item);
/* 171 */ invalidateAnnotationsItem();