fix spelling error
This commit is contained in:
parent
d862f2d52e
commit
46a4c5e8f0
|
@ -15,7 +15,7 @@ import static java.lang.annotation.ElementType.CONSTRUCTOR;
|
|||
import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
||||
|
||||
/**
|
||||
* Marks the canonical constructor to be used for instantation of an embeddable.
|
||||
* Marks the canonical constructor to be used for instantiation of an embeddable.
|
||||
* This will implicitly add a special {@link EmbeddableInstantiator}.
|
||||
*
|
||||
* @since 6.2
|
||||
|
|
Loading…
Reference in New Issue