4.2.2 在切点中选择 bean
execution(* concert.Performance.perform()) and bean('woodstock')execution(* concert.Performance.perform()) and !bean('woodstock')Last updated
execution(* concert.Performance.perform()) and bean('woodstock')execution(* concert.Performance.perform()) and !bean('woodstock')Last updated