Annotation Interface PersistenceCreator


@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD,ANNOTATION_TYPE}) public @interface PersistenceCreator
Marker annotation to declare a constructor or factory method annotation as factory/preferred constructor annotation.
Since:
3.0
Author:
Mark Paluch, Oliver Drotbohm