Identify the correct statement about the following pointcut expression:

Identify the correct statement about the following pointcut expression:

execution(@javax.annotation.security.RolesAllowed * rewards.restaurant.*.*(..)) (Select one)
A . The return type of the target method is RolesAllowed
B . All method parameters should be annotated with @RolesAllowed
C . The target method may have one argument
D . All of the above

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments