Only one entity may be annotated with @RevisionEntity

I’m building a library. In this library, I am using envers to do audit log for all changes.
If a consumer/client is also using envers, then I will met the problem ‘only one entity may be annotated with @RevisionEntity’.
I searched and found this
https://forum.hibernate.org/viewtopic.php?f=1&t=1045006
Is this still a recommended way to solve the problem? We’re using JPA.

BR, Lindsay