I have this working code for a specific package, but i want to configure it for all controllers, service and dao packages Eg>
You just need to change your point cut to something like this :
@Pointcut("within(com.abc.*)")
Further reading - https://docs.spring.io/spring/docs/2.0.x/reference/aop.html