24.1.47. @MappedSuperclass
<div class="paragraph">
The [`@MappedSuperclass`](http://docs.oracle.com/javaee/7/api/javax/persistence/MappedSuperclass.html) annotation is used to specify that the current annotated type attributes are inherited by any subclass entity.
</div>
<div class="paragraph">
See the [`@MappedSuperclass`](#entity-inheritance-mapped-superclass) section for more info.
</div>
</div>
<div class="sect3">