Advanced AspectJ part III : non-kinded pointcuts
Today we will focus on non-kinded poincuts of AspectJ. Unlike kinded pointcuts (method execution, field access, object initialization …), non-kinded pointcuts select join point on some criteria other than the join point signature (no kind). For example it is possible…
Read more