Package org.springframework.aop.aspectj.autoproxy

Examples of org.springframework.aop.aspectj.autoproxy.PerThisAspect


  public void testWithNonSingletonAspectInstance() throws Exception {
    new AssertThrows(IllegalArgumentException.class) {
      public void test() throws Exception {
        AspectJProxyFactory pf = new AspectJProxyFactory();
        pf.addAspect(new PerThisAspect());
      }
    }.runTest();
  }
View Full Code Here

TOP

Related Classes of org.springframework.aop.aspectj.autoproxy.PerThisAspect

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.