Skip to content

Commit 587cd70

Browse files
committed
Polishing.
Mark PersistenceConstructor for removal. See #3207
1 parent 38b9a0a commit 587cd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/annotation/PersistenceConstructor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
@Retention(RetentionPolicy.RUNTIME)
3232
@Target({ ElementType.CONSTRUCTOR, ElementType.ANNOTATION_TYPE })
3333
@PersistenceCreator
34-
@Deprecated
34+
@Deprecated(forRemoval = true)
3535
public @interface PersistenceConstructor {}

0 commit comments

Comments
 (0)