Identify the correct statement(s) about the following pointcut expression:

Identify the correct statement(s) about the following pointcut expression:

execution(* rewards.restaurant.*Service.find(..))
A . The target’s type should end with "Service"
B . The target method name could be "findRestaurantById"
C . The target method should have one argument only
D . The target method may have several arguments

Answer: A,D

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments