"alesj" wrote :
| Simple change to IntrospectionTypeInfoFactory is not enough - needing
AnnotationHelper.
|
I added two new classes:
| public class (Introspection|Javassist)AnnotationHelper extends
(Introspection|Javassist)TypeInfoFactory implements AnnotationHelper
| {
| ...
| }
|
And the delegate is now protected in (Introspection|Javassist)TIF.
So, when you need both - TIF and AnnotationHelper - reference, as in AOPDependencyBuilder
case, you can simply use one of these.
Is this OK?
Currently there is just one usage - the mentioned one. :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074504#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...