Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Mark PersistenceConstructor for removal.

See #3207
  • Loading branch information
mp911de committed Nov 19, 2024
1 parent 38b9a0a commit 587cd70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.CONSTRUCTOR, ElementType.ANNOTATION_TYPE })
@PersistenceCreator
@Deprecated
@Deprecated(forRemoval = true)
public @interface PersistenceConstructor {}

0 comments on commit 587cd70

Please sign in to comment.