extra note about final method for ultra-idiotic users

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6322 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gavin King 2005-04-03 21:38:38 +00:00
parent 6b88bd59bc
commit ef9db9a5d7
1 changed files with 2 additions and 1 deletions

View File

@ -201,7 +201,8 @@ public class Cat {
</para>
<para>
You should also avoid declaring <literal>public final</literal> methods on the
non-final classes.
non-final classes. If you want to use a class with a <literal>public final</literal>
method, you must explicitly disable proying by setting <literal>lazy="false"</literal>.
</para>
</sect2>