Annotation Interface EmbeddableInstantiatorRegistration


@Target({TYPE,ANNOTATION_TYPE,PACKAGE}) @Retention(RUNTIME) @Repeatable(EmbeddableInstantiatorRegistrations.class) public @interface EmbeddableInstantiatorRegistration
Registers a custom instantiator implementation to be used for all references to a particular Embeddable.

May be overridden for a specific embedded using EmbeddableInstantiator