adplus-dvertising
frame-decoration

Question

Is the following pointcut expression correct?

execution(* ArithmeticCalculator.*(..))

a.

Yes

b.

No

c.

If every target class is in same package

d.

Depends where target class is located

Posted under Java Spring Framework

Answer: (c).If every target class is in same package

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Is the following pointcut expression correct? execution(* ArithmeticCalculator.*(..))