Hi Wouter,
We don't have the manpower right now to add this ourselves. But if you are interested
in adding this yourself, you are more than welcome to do so. Please mail me directly if
you are interested, so we can go through the formalities needed to get you commit access.
"Wouterdb" wrote : note 2 :Whether an advice applied to a field joinpoint is
considered to be applied to the field or inside methods accessing the field and whether
call joinpoints are part of the caller or the callee is unclear, this is open for
discussion.
-the field joinpoint is considered to be applied to the field
-call joinpoints are part of the caller
"Wouterdb" wrote : note 3 :It is (in some cases) possible to make these methods
instance methods of their first argument, but it is beyond me whether this would be a good
idea
If you mean instead of
| List<AdviceApplication> applicationsFor(AdviceBinding binding)
|
doing
| class AdviceBinding{
| ...
| List<AdviceApplication> applicationsFor()
| }
|
I don't think that is a good idea, the introspective API should be as unintrusive as
possible.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221262#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...