Question: What methods does this Pointcut expression?

  1. any join point only within the service package
  2. This is not valid Pointcut expression
  3. any method in a class that autowires a service bean
  4. any join point within the service package or one of its subpackages

Answer: The correct answer of the above question is Option D:any join point within the service package or one of its subpackages