#### 24.1.22. `@EntityListeners`
<div class="paragraph">
The [`@EntityListeners`](http://docs.oracle.com/javaee/7/api/javax/persistence/EntityListeners.html) annotation is used to specify an array of callback listener classes that are used by the current annotated entity.
</div>
<div class="paragraph">
See the [JPA callbacks](#events-jpa-callbacks-example) section for more info.
</div>
</div>
<div class="sect3">