nice to put deprecation replacement after annotation - that gets in the javadoc summary

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@805911 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-19 18:16:00 +00:00
parent 6136508670
commit 99b3406bb5
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ import java.io.IOException;
/**
* This interface is obsolete, use {@link FieldCache} instead.
* @deprecated Will be removed in Lucene 3.0
*
* @deprecated Use {@link FieldCache}, this will be removed in Lucene 3.0
**/
public interface ExtendedFieldCache extends FieldCache {