Skip to content

Instantly share code, notes, and snippets.

@nschlimm
Created August 17, 2011 12:44
Show Gist options
  • Save nschlimm/1151458 to your computer and use it in GitHub Desktop.
Save nschlimm/1151458 to your computer and use it in GitHub Desktop.
Interceptor application context
<beans>
...
<context:component-scan base-package="com.schlimm.springcdi.interceptor.simple" scoped-proxy="targetClass">
<context:include-filter type="annotation" expression="javax.interceptor.Interceptor" />
</context:component-scan>
<bean class="com.schlimm.springcdi.interceptor.InterceptorAwareBeanFactoryPostProcessor"/>
...
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment