I need to find classes in a jar file marked with an @Entity annotation without instantiating the classes.
I have written similar functionality for a jdo implemention and for an IOC container by using asm to read the class files. Now I'm helping out with a jpa implementation. Do I need to rewrite this once again or is there a commons component that exposes this capability? If not, what is a good component to donate such a capability to? Thanks, Chas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
