What methods does this Pointcut expression reference?
execution(* com.linkedin.TestService.*(..))
all methods of classes in the com.linkedin.TestService package
all methods of classes in the com.linkedin.TestService package annotated whith @Service
This Pointcut is not valid.
all methods defined by the TestService interface