Question: What methods does this Pointcut expression reference?
- any join point where the target object has a @Loggable annotation
- any join point where the executing method has a @Loggable annotation
- any method that implements Loggable
- any method that extends Loggable
Answer: The correct answer of the above question is Option A:any join point where the target object has a @Loggable annotation