Created
January 8, 2014 07:06
-
-
Save cristcost/8312917 to your computer and use it in GitHub Desktop.
Imports added using dev:dynamic-imports after using the following aop xml configuration: <aop:config> <aop:aspect ref="testAspect"> <aop:around method="traceInvocation" pointcut="execution(* net.cristcost.study.TestServiceImpl.service*(..))" /> <!-- <aop:around method="traceInvocation" --> <!-- pointcut="bean(annotatedService)" /> --> </aop:aspe…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Additional packages wired since dynamic import was enabled: | |
- org.springframework.http.converter | |
- org.springframework.security.web.authentication.www | |
- org.springframework.web.servlet.support | |
- org.springframework.context.support | |
- org.springframework.security.web.servletapi | |
- org.springframework.security.web.session | |
- org.springframework.security.web.authentication.session | |
- org.springframework.security.web.access | |
- org.springframework.security.web.context | |
- org.springframework.core.convert.support | |
- org.springframework.format.support | |
- org.springframework.beans.support | |
- org.apache.activemq | |
- org.springframework.util | |
- org.springframework.security.access.intercept | |
- org.springframework.security.config.authentication | |
- org.springframework.security.config.method | |
- org.springframework.security.web.authentication.logout | |
- org.osgi.service.http | |
- org.springframework.web.context.support | |
- org.springframework.web.bind.support | |
- org.springframework.security.web.savedrequest | |
- org.springframework.security.web.access.expression | |
- org.springframework.security.access.vote | |
- org.springframework.security.web.util | |
- org.apache.camel.spi | |
- org.springframework.http.converter.xml | |
- org.springframework.security.authentication.dao | |
- org.springframework.security.config.http | |
- org.apache.camel | |
- org.springframework.beans.factory.xml | |
- org.springframework.security.web.access.intercept | |
- org.springframework.web.servlet.mvc.annotation | |
- org.springframework.security.core.userdetails | |
- org.ops4j.pax.web.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment