Annotation Interface PersistenceConstructor


@Retention(RUNTIME) @Target({CONSTRUCTOR,ANNOTATION_TYPE}) @Deprecated public @interface PersistenceConstructor
Deprecated.
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