aspect4r
aspect4r copied to clipboard
:new_methods_only option
Default to true Affect advices using regular expressions
This brings up some interesting things:
When a new_methods_only advice for /*/ is defined, it'll not be applied to an existing method. When another advice is defined for :test, the first advice will be included in the generated method. The logic of whether the first advice is included is decided by another unrelated advice. This does not sound right.