소스 검색

SEC-954: Deprecate AbstractMethodDefinitionSource

Luke Taylor 17 년 전
부모
커밋
b589f78918
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/src/main/java/org/springframework/security/intercept/method/AbstractMethodDefinitionSource.java

+ 1 - 0
core/src/main/java/org/springframework/security/intercept/method/AbstractMethodDefinitionSource.java

@@ -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 {