#### 24.1.2. `@AssociationOverride`
<div class="paragraph">
The [`@AssociationOverride`](http://docs.oracle.com/javaee/7/api/javax/persistence/AssociationOverride.html) annotation is used to override an association mapping (e.g. `@ManyToOne`, `@OneToOne`, `@OneToMany`, `@ManyToMany`) inherited from a mapped superclass or an embeddable.
</div>
</div>
<div class="sect3">