From 8ec0d89fe47eb2ec667c3cf7bcd0144746f57c2d Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Fri, 15 Oct 2004 03:17:57 +0000 Subject: [PATCH] Improve documentation for abstract contract. --- .../intercept/method/AbstractMethodDefinitionSource.java | 8 ++++++++ 1 file changed, 8 insertions(+) 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