Skip to content

Commit dd0a162

Browse files
committed
Refine ClassGeneratingEntityInstantiator deprecation note.
Closes #2400
1 parent aad8118 commit dd0a162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/springframework/data/convert/ClassGeneratingEntityInstantiator.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
* @author Christoph Strobl
3434
* @author Mark Paluch
3535
* @since 1.11
36-
* @deprecated since 2.3, use {@link org.springframework.data.mapping.model.ClassGeneratingEntityInstantiator} instead
36+
* @deprecated since 2.3, use {@code org.springframework.data.mapping.model.ClassGeneratingEntityInstantiator} through
37+
* {@link org.springframework.data.mapping.model.EntityInstantiators}.
3738
*/
3839
@Deprecated
3940
public class ClassGeneratingEntityInstantiator implements EntityInstantiator {

0 commit comments

Comments
 (0)