diff --git a/src/main/java/org/springframework/data/mapping/PersistentProperty.java b/src/main/java/org/springframework/data/mapping/PersistentProperty.java index 78c730670..244629338 100644 --- a/src/main/java/org/springframework/data/mapping/PersistentProperty.java +++ b/src/main/java/org/springframework/data/mapping/PersistentProperty.java @@ -67,7 +67,7 @@ public interface PersistentProperty

> { * {@literal null} in case it refers to a simple type. Will return {@link Collection}'s component type or the * {@link Map}'s value type transparently. * - * @Deprecated Use getPersistentEntityTypes instead. + * @deprecated Use getPersistentEntityTypes instead. */ @Deprecated Iterable> getPersistentEntityType();