Polishing.

Mark PersistenceConstructor for removal.

See #3207
This commit is contained in:
Mark Paluch
2024-11-19 11:39:17 +01:00
parent 38b9a0ac0b
commit 587cd70646

View File

@@ -31,5 +31,5 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.CONSTRUCTOR, ElementType.ANNOTATION_TYPE })
@PersistenceCreator
@Deprecated
@Deprecated(forRemoval = true)
public @interface PersistenceConstructor {}