Skip to content

Commit 76662a6

Browse files
committed
Java: Add changenote for deprecation of Field.getSourceDeclaration() and Field.isSourceDeclaration()
1 parent bda779a commit 76662a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
category: deprecated
3+
---
4+
* The `Field.getSourceDeclaration()` predicate has been deprecated. The result was always the original field, so calls to it can simply be removed.
5+
* The `Field.isSourceDeclaration()` predicate has been deprecated. It always holds.

0 commit comments

Comments
 (0)