SEC-954: Deprecate AbstractMethodDefinitionSource

This commit is contained in:
Luke Taylor 2008-10-17 01:06:21 +00:00
parent 7f35f56f40
commit b589f78918
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ import java.lang.reflect.Method;
* Abstract implementation of <code>MethodDefinitionSource</code>.
*
* @author Ben Alex
* @deprecated No longer used within the framework and will be removed
* @version $Id$
*/
public abstract class AbstractMethodDefinitionSource implements MethodDefinitionSource {