"david.lloyd(a)jboss.com" wrote : So we have to index all of them (unless there is
some hint from the user that scanning is not necessary for a class or package or whatever)
|
Yes.
The restriction mechanism should be plugable,
and the one's I can think of right now are:
* OSGi manifest export header
* jboss-classloading.xml capabilities
"david.lloyd(a)jboss.com" wrote :
| and remember (sans-classloading) where annotations are located, and the relationships
between classes, so that we can find all classes and subclasses with certain annotations
without actually loading any classes.
This sounds interesting, but what's the easiest way to achieve this?
I guess Javassist knows how to handle this.
How hard would it be to add this to Reflect ...
But is this really necessary?
This should be done by tool anyway,
depending on explicitly provided dependencies (mvn, ant, ...),
so it should be easy to include all of the needed jars to make it run under UCL.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261300#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...