Annotation Interface PersistenceConstructor


@Retention(RUNTIME) @Target({CONSTRUCTOR,ANNOTATION_TYPE}) @Deprecated(forRemoval=true) public @interface PersistenceConstructor
Deprecated, for removal: This API element is subject to removal in a future version.
in favor of PersistenceCreator since 3.0, to be removed in 3.1
Annotation to declare a constructor for instantiation.
Author:
Jon Brisbin, Mark Paluch, Oliver Drotbohm