### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: dom/org/eclipse/jdt/core/dom/IAnnotationBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/IAnnotationBinding.java,v retrieving revision 1.3 diff -u -r1.3 IAnnotationBinding.java --- dom/org/eclipse/jdt/core/dom/IAnnotationBinding.java 10 May 2007 16:21:45 -0000 1.3 +++ dom/org/eclipse/jdt/core/dom/IAnnotationBinding.java 1 Nov 2007 11:37:41 -0000 @@ -13,7 +13,7 @@ package org.eclipse.jdt.core.dom; /** - * Represents an resolved annotation. Resolved annotation are computed along with other + * Represents a resolved annotation. Resolved annotation are computed along with other * bindings; they correspond to {@link Annotation} nodes. *

* This interface is not intended to be implemented by clients. Index: dom/org/eclipse/jdt/core/dom/IBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/IBinding.java,v retrieving revision 1.35 diff -u -r1.35 IBinding.java --- dom/org/eclipse/jdt/core/dom/IBinding.java 24 Oct 2007 13:50:52 -0000 1.35 +++ dom/org/eclipse/jdt/core/dom/IBinding.java 1 Nov 2007 11:37:41 -0000 @@ -28,6 +28,8 @@ * @see ITypeBinding * @see IVariableBinding * @see IMethodBinding + * @see IAnnotationBinding + * @see IMemberValuePairBinding * @since 2.0 */ public interface IBinding { Index: model/org/eclipse/jdt/core/ISourceReference.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/core/ISourceReference.java,v retrieving revision 1.19 diff -u -r1.19 ISourceReference.java --- model/org/eclipse/jdt/core/ISourceReference.java 24 Oct 2007 13:50:50 -0000 1.19 +++ model/org/eclipse/jdt/core/ISourceReference.java 1 Nov 2007 11:37:41 -0000 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2006 IBM Corporation and others. + * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -15,8 +15,8 @@ * This set consists of {@link IClassFile}, {@link ICompilationUnit}, * {@link IPackageDeclaration}, {@link IImportDeclaration}, * {@link IImportContainer}, {@link IType}, {@link IField}, - * {@link IMethod}, {@link IInitializer}, {@link ITypeParameter}, - * and {@link IAnnotation}. + * {@link IMethod}, {@link IInitializer}, {@link ITypeParameter}, + * {@link ILocalVariable}, and {@link IAnnotation}. *

* Note: For IClassFile, IType and other members * derived from a binary type, the implementation returns source iff the