On startup of a Maven-based web app there is verbose logging of object checking whether enhancement has been applied to a wide range of classes, many of which have nothing to do with the entity layer.
For example, it is checking whether PrimeFaces JSF toolkit classes are enhanced.
I am using Maven-based compile-time enhancement applied to entity modules (only), so I know these checks are redundant.
Q: Is there an option or strategy to disable/skip runtime enhancement checks (to improve load time) ?