diff --git a/core/src/main/java/org/springframework/security/intercept/method/AbstractMethodDefinitionSource.java b/core/src/main/java/org/springframework/security/intercept/method/AbstractMethodDefinitionSource.java index 9660186420..f5a9f56019 100644 --- a/core/src/main/java/org/springframework/security/intercept/method/AbstractMethodDefinitionSource.java +++ b/core/src/main/java/org/springframework/security/intercept/method/AbstractMethodDefinitionSource.java @@ -34,6 +34,7 @@ import java.lang.reflect.Method; * Abstract implementation of MethodDefinitionSource. * * @author Ben Alex + * @deprecated No longer used within the framework and will be removed * @version $Id$ */ public abstract class AbstractMethodDefinitionSource implements MethodDefinitionSource {