issues
Class Sjc17Tests
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sjc17Tests
public Sjc17Tests()
proveIncompatibility
public void proveIncompatibility()
Copyright ? 2005-2008 Spring Framework. All Rights Reserved.