Spring AOP AspectJ Xml Configuration Example
AspectJ libraries provides the facility to declare aspect, pointcut etc using xml file. Let us discuss the syntax first. Declaring an aspect: The element is used to declare an aspect. The ref attribute is used for bean reference. Declaring a pointcut: The element is used to declare an pointcut. The expression element represents the expression … Read more