Argument Pointcuts
args(TypePattern or ObjectIdentifier, …)
These pointcuts capture join points based on the argument type of a join point.
- Method join points: The arguments are the method arguments.
- Exception handler join points: The arguments are the handler exception object
- Field write access join points: The argument is the new value to be set.