Skip to content

Commit e23638e

Browse files
committed
minor deprecation marker add
1 parent faf008c commit e23638e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/fasterxml/jackson/databind/introspect/BasicBeanDescription.java

+3
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,10 @@ public String findClassDescription() {
641641
*
642642
* @return Ordered Map with logical property name as key, and
643643
* matching field as value.
644+
*
645+
* @deprecated Since 2.7.2, does not seem to be used?
644646
*/
647+
@Deprecated
645648
public LinkedHashMap<String,AnnotatedField> _findPropertyFields(
646649
Collection<String> ignoredProperties, boolean forSerialization)
647650
{

0 commit comments

Comments
 (0)