[jboss-dev-forums] [JBoss Microcontainer Development POJO Server] - Re: integration with the Papaki annotation indexer/repositor
alesj
do-not-reply at jboss.com
Tue Oct 20 11:15:01 EDT 2009
"david.lloyd at 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 at 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#4261300
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261300
More information about the jboss-dev-forums
mailing list