fixed "inner vs. nested class" terminology (SPR-6608)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2754 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
6462b4d6ed
commit
95015712fc
|
|
@ -666,7 +666,7 @@ List userList service.getUsernameList();
|
|||
<title>Inner class names</title>
|
||||
|
||||
<para>If you want to configure a bean definition for a
|
||||
<literal>static</literal> inner class, you have to use the
|
||||
<literal>static</literal> nested class, you have to use the
|
||||
<emphasis>binary</emphasis> name of the inner class.</para>
|
||||
|
||||
<para>For example, if you have a class called
|
||||
|
|
|
|||
Loading…
Reference in New Issue