119120121122123124125126
* @return the annotation type lookup * @since 3.0 */ public AnnotationTypeLookup getAnnotationTypeLookup() { if (fAnnotationTypeLookup == null) fAnnotationTypeLookup= new AnnotationTypeLookup(); return fAnnotationTypeLookup; }