Hello, I don't know if I understood what you meant but.. does the following help you?
before() :
execution(* EntityManager.*(..)) {
// ...
}
Regards,
Paulo Zenida
Meir Yanovich wrote:
> Hello all
> Im trying hard to find pattern to intercept every instance in my code
> Inside methods that is looks like this:
>
> EntityManager.<some_kind_of_method>(arg(
>
> I need to change the arg in this method and insert new one based on some
> checks
>
> Thanks allot
> _______________________________________________
> aspectj-users mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
