#### 24.1.1. `@Access`
<div class="paragraph">
The [`@Access`](http://docs.oracle.com/javaee/7/api/javax/persistence/Access.html) annotation is used to specify the access type of the associated entity class, mapped superclass, or embeddable class, or entity attribute.
</div>
<div class="paragraph">
See the [Access type](#access) section for more info.
</div>
</div>
<div class="sect3">