[jboss-dev-forums] [Design of POJO Server] - Re: Using AnnotationEnvironment in Seam
epbernard
do-not-reply at jboss.com
Tue Aug 19 15:14:43 EDT 2008
I am not sure where we will get the speed improvement but if it's by limiting the amount of classes we scan manually, the we probably need:
- Getting classes/method/ctrs annotated with meta annotations is useful.
- Getting intersections of annotated classes too: get all class with @Named and @Startup, could be useful too (not entirely sure but I can see a couple of use cases)
- Getting a class hierarchy: its often that you need to build a class hierarchy based on a given class, might be useful as a service?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171359#4171359
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171359
More information about the jboss-dev-forums
mailing list