[jboss-dev-forums] [Design of POJO Server] - Re: Using AnnotationEnvironment in Seam
alesj
do-not-reply at jboss.com
Wed Aug 20 09:51:12 EDT 2008
"epbernard" wrote :
| - 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)
|
You can do intersections later on,
since I don't see how could I make this more efficient,
because I always need to go over all classes/annotations - e.g. for other non-Seam users.
You can probably then create your own Element,
implementing hash and equals,
so that Set operations work as they should.
"epbernard" wrote :
| - 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?
I don't understand what exactly you mean here?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171505#4171505
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171505
More information about the jboss-dev-forums
mailing list