javax.persistence.ExcludeSuperclassListeners - JPA annotation

javax.persistence
Annotation ExcludeSuperclassListeners

Target:
Classes
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
Since:
JPA 1.0
Learn how to define and use entity listeners in Chapter 3 of the ObjectDB/JPA manual.
This annotation is a marker annotation (with no elements).