issues
Class Sjc17Tests

java.lang.Object
  extended by issues.Sjc17Tests

public class Sjc17Tests
extends Object

SJC-17 demonstrates the fact that JavaConfig's approach to programmatic bean creation is fundamentally incompatible with RequiredAnnotationBeanPostProcessor. SJC-91 addresses this issue by creating a new strategy for checking @Required properties. This test simply proves the incompatibility.

Author:
Chris Beams
See Also:
Sjc91Tests

Constructor Summary
Sjc17Tests()
           
 
Method Summary
 void proveIncompatibility()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sjc17Tests

public Sjc17Tests()
Method Detail

proveIncompatibility

public void proveIncompatibility()


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