What methods does this Pointcut expression reference? @target(com.linkedin.annotation.Loggable)
@target(com.linkedin.annotation.Loggable)
any join point where the executing method has a @Loggable annotation
any join point where the target object has a @Loggable annotation
any method that implements Loggable
any method that extends Loggable Difference between @target and @within (Spring AOP)