Removed javadoc references to non-accessible subclasses

This commit is contained in:
Juergen Hoeller 2014-01-15 13:39:09 +01:00
parent 5d06bcec70
commit abff789b0f
1 changed files with 0 additions and 4 deletions

View File

@ -28,10 +28,6 @@ import java.lang.reflect.Modifier;
* optionally specify arguments, prepare the invoker. Afterwards, you may
* invoke the method any number of times, obtaining the invocation result.
*
* <p>Typically not used directly but via its subclasses
* {@link org.springframework.beans.factory.config.MethodInvokingFactoryBean} and
* {@link org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean}.
*
* @author Colin Sampaleanu
* @author Juergen Hoeller
* @since 19.02.2004