diff --git a/core/src/main/java/org/acegisecurity/intercept/method/AbstractMethodDefinitionSource.java b/core/src/main/java/org/acegisecurity/intercept/method/AbstractMethodDefinitionSource.java
index d189040b93..8d2cf0840a 100644
--- a/core/src/main/java/org/acegisecurity/intercept/method/AbstractMethodDefinitionSource.java
+++ b/core/src/main/java/org/acegisecurity/intercept/method/AbstractMethodDefinitionSource.java
@@ -64,6 +64,14 @@ public abstract class AbstractMethodDefinitionSource
* Provided so subclasses need only to provide one basic method to properly
* interface with the MethodDefinitionSource.
*
+ * Returns null if there are no matching attributes for the
+ * method invocation.
+ *
ConfigAttributeDefinition that applies to the
* specified MethodInvocation