#### 24.1.33. `@Inheritance`
<div class="paragraph">
The [`@Inheritance`](http://docs.oracle.com/javaee/7/api/javax/persistence/Inheritance.html) annotation is used to specify the inheritance strategy of a given entity class hierarchy.
</div>
<div class="paragraph">
See the [Inheritance](#entity-inheritance) section for more info.
</div>
</div>
<div class="sect3">