#### 24.1.17. `@ElementCollection`
<div class="paragraph">
The [`@ElementCollection`](http://docs.oracle.com/javaee/7/api/javax/persistence/ElementCollection.html) annotation is used to specify a collection of a basic or embeddable types.
</div>
<div class="paragraph">
See the [Collections](#collections) section for more info.
</div>
</div>
<div class="sect3">