langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/SourcePosition.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
--- a/langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/SourcePosition.java	Fri May 27 12:37:18 2016 -0700
+++ b/langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/SourcePosition.java	Fri May 27 13:06:58 2016 -0700
@@ -33,7 +33,13 @@
  *
  * @since 1.4
  * @author Neal M Gafter
+ *
+ * @deprecated
+ *   The declarations in this package have been superseded by those
+ *   in the package {@code jdk.javadoc.doclet}.
+ *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
  */
+@Deprecated
 public interface SourcePosition {
     /** The source file. Returns null if no file information is
      *  available.