"jason.greene(a)jboss.com" wrote : So I take it the annotation refs point to
annotations on the class ref?
|
Not really.
But some of class's annotations might be equal to that annotations.
I'm using this with WebBeans kind of matching:
| @Red
| @Blue
| @Inject
| public void setFoo(Foo foo)
|
where class might have
| @Red @Blue @Green
| public class RGBFoo implement Foo
|
The code is here - but the caching is currently wrong :-)
-
http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/kern...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152036#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...