I don't know the answer to this question, but if you are just looking for quick simple annotation scanning code, I suggest you take a look at xbean-finder.

http://svn.apache.org/repos/asf/geronimo/xbean/trunk/xbean-finder/src/main/java/org/apache/xbean/finder/ClassFinder.java

This is what we use in OpenEJB and Geronimo to quickly scan large applications for the classes containing a specific annotation (e.g., find all classes tagged with @Stateless). It is written on top of ASM and is very efficient.

-dain

On Jan 24, 2008, at 6:48 AM, Mauricio Salatino wrote:

Hi .. i wanna know in which classes open jpa parse the entity annotations?


--
- Salatino Mauricio -

Reply via email to