This is what I\'m doing:
@Aspect public class MethodLogger { @Around(\"(execution(* *(..)) || initialization(*.new(..))) && @annotation(Foo)\") p
As workaround - you can introduce factory for such needs to apply around advice on its methods.