@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ExcludeDefaultListeners
EntityManager should be excluded. This annotation can be specified on
 an Entity or a MappedSuperClass.
 
 
 If this annotation is defined on an Entity, default listeners are
 skipped for various life cycle events of that entity. If this annotation is
 defined on a MappedSuperClass, default listeners are skipped for all
 entities extending that MappedSuperClass.
 
Copyright © 2016. All rights reserved.