Feature #28

Add support for argument modifiers in pointcut expressions

Added by Robert Lemke 596 days ago. Updated 265 days ago.

Status:Closed Start:
Priority:Should have Due date:
Assigned to:Robert Lemke % Done:

0%

Category:AOP
Target version:0.1.0

Description

Add support for argument modifiers in pointcut expressions: It should be possible to narrow down the set of joinpoints by specifying parameters and what value they should have in the definition of a pointcut

History

2007-02-28 13:01 - Robert Lemke

  • Status changed from New to Closed
  • Sprint set to fixed
(In r151) * Core: Tried implementing a method arguments pointcut filter but realized that it would make the whole pointcut filtering too complex. Dropped the idea - just use an around advice instead which checks for parameters itself. Closes #28
  • Core: Improved arguments handling for Join Points - now the names of the parameters are available
  • Core: Added parser support for Components.conf option "autoWiringMode" and fixed Auto Wiring support in general.

Also available in: Atom PDF