Annotated to be removed Tree API with @noreference and @noextend

See https://wiki.eclipse.org/Eclipse/API_Central/API_Removal_Process.

Bug: 486105
Change-Id: I460e43da0d487279608729a2081c614e7065f56f
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
This commit is contained in:
Andrey Loskutov 2016-01-19 14:27:41 +01:00
parent f52581c6a5
commit 2006e90abc
5 changed files with 10 additions and 0 deletions

View File

@ -54,6 +54,8 @@
* To lookup information about multiple paths at once, use a
* {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's
* information from its getter methods.
* @noreference This class is not intended to be referenced by clients.
* @noextend This class is not intended to be subclassed by clients.
*/
@Deprecated
public class FileTreeEntry extends TreeEntry {

View File

@ -55,6 +55,8 @@
* To lookup information about multiple paths at once, use a
* {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's
* information from its getter methods.
* @noreference This class is not intended to be referenced by clients.
* @noextend This class is not intended to be subclassed by clients.
*/
@Deprecated
public class GitlinkTreeEntry extends TreeEntry {

View File

@ -54,6 +54,8 @@
* To lookup information about multiple paths at once, use a
* {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's
* information from its getter methods.
* @noreference This class is not intended to be referenced by clients.
* @noextend This class is not intended to be subclassed by clients.
*/
@Deprecated
public class SymlinkTreeEntry extends TreeEntry {

View File

@ -63,6 +63,8 @@
* To lookup information about multiple paths at once, use a
* {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's
* information from its getter methods.
* @noreference This class is not intended to be referenced by clients.
* @noextend This class is not intended to be subclassed by clients.
*/
@Deprecated
public class Tree extends TreeEntry {

View File

@ -56,6 +56,8 @@
* To lookup information about multiple paths at once, use a
* {@link org.eclipse.jgit.treewalk.TreeWalk} and obtain the current entry's
* information from its getter methods.
* @noreference This class is not intended to be referenced by clients.
* @noextend This class is not intended to be subclassed by clients.
*/
@Deprecated
public abstract class TreeEntry implements Comparable {