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. + *

+ * + * @param mi the method being invoked for which configuration attributes + * should be looked up * * @return the ConfigAttributeDefinition that applies to the * specified MethodInvocation