An advice in Aspect Oriented Programming is an object which includes API invocations to the system wide concerns representing the action to perform at a Joinpoint specified by a point.
An advice describes a class of functions which modify other functions, is associated with a Pointcut expression and runs at any Joinpoint matched by the Pointcut.