<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http:
xmlns:xsi="http:
xmlns:aop="http:
xsi:schemaLocation="http: http: http: http:
<bean id="securityEnforcer"
class="com.apress.springbook.chapter04.SecurityEnforcer"/>
<aop:config>
<aop:aspect ref="securityEnforcer">
<aop:before method="denyAccessToAll"
pointcut="ADD A DOUBLE QUOTE HERE"/>
</aop:aspect>
</aop:config>
</beans>