Remy Maucherat [http://community.jboss.org/people/remy.maucherat%40jboss.com] 
replied to the discussion

"Servlet Scanner plugin"

To view the discussion, visit: http://community.jboss.org/message/533813#533813

--------------------------------------------------------------
The first one is for the standard EE annotations, nothing special.

The second one mixes annotations with types because that's what that SCI 
feature does. It allows specifying a set of annotations, or a set of types, and 
you get in a listener a Set of the classes in the webapp that respectively use 
the annotations (type, method, field), or are a subclass or imlplement the 
specified types. No need for sorting, it's a single Set with everything. I was 
sugesting a single method since it could avoid loops going through all the 
classes, right ?

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/533813#533813]

Start a new discussion in JBoss Microcontainer Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2115]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to