>From what you said, I assume your project has entities classes that are
enhanced ( i.e. build time enhancement) and possibly built in a jar file.
Now you have another project that wants to use those entities.  If
positive, the entities already has the additional byte code and does not
need to be re-enhanced for use.

One simple way to check is the entity class file size is 2+ times larger
after it has been enhanced.

Albert.


On Tue, Feb 25, 2014 at 12:07 PM, José Luis Cetina <maxtorz...@gmail.com>wrote:

> Hi, i have actually a project with their own classes already enhancement,
> now i want to reuse that classes as a maven dependency in other project, do
> i have to try to re-enhance that classes again? or is enough to enhance
> only we that classes belong (jar)?
>
>
> Regards
>



-- 
Albert Lee.

Reply via email to