issues
Class Sjc55Tests

java.lang.Object
  extended by issues.Sjc55Tests

@ContextConfiguration(loader=issues.JavaConfigContextLoader.class)
public class Sjc55Tests
extends Object

SJC-55 proposes an improved programming model for configuring aspects with JavaConfig. These tests validate that new approach.

Author:
Chris Beams

Nested Class Summary
static class Sjc55Tests.MyAspect
           
 
Constructor Summary
Sjc55Tests()
           
 
Method Summary
 void test()
           
 void validateAspectWithXmlConfig()
          Of course, configuring our aspect via XML works fine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sjc55Tests

public Sjc55Tests()
Method Detail

test

public void test()

validateAspectWithXmlConfig

public void validateAspectWithXmlConfig()
Of course, configuring our aspect via XML works fine.



Copyright ? 2005-2008 Spring Framework. All Rights Reserved.