Polish tests and Javadoc for SPR-8824

Issue: SPR-8824
This commit is contained in:
Chris Beams
2011-11-18 03:36:26 +00:00
parent 224cf11fcb
commit c03a950706
3 changed files with 18 additions and 17 deletions

View File

@@ -123,7 +123,7 @@ class ConfigurationClassEnhancer {
* {@code @Configuration} classes must de-register static CGLIB callbacks on
* destruction, which is handled by the (private) {@code DisposableBeanMethodInterceptor}.
* <p>Note that this interface is intended for framework-internal use only, however
* must remain public in order to allow access to subclasses generated from other
* must remain public in order to allow access to subclasses generated from other
* packages (i.e. user code).
*/
public interface EnhancedConfiguration extends DisposableBean {