Discussion :: Spring MCQs
-
Is the following pointcut expression correct?execution(* ArithmeticCalculator.*(..))
Answer : Option C
Explanation :
You can omit the package name if the target class or interface is located in the same package as this aspect.
Be The First To Comment