Java: Add changenote for deprecation of Field.getSourceDeclaration() and Field.isSourceDeclaration()

This commit is contained in:
Ian Lynagh
2024-09-18 11:29:51 +01:00
parent bda779a58d
commit 76662a6002

View File

@@ -0,0 +1,5 @@
---
category: deprecated
---
* The `Field.getSourceDeclaration()` predicate has been deprecated. The result was always the original field, so calls to it can simply be removed.
* The `Field.isSourceDeclaration()` predicate has been deprecated. It always holds.