Improve documentation for abstract contract.
This commit is contained in:
parent
8d973af603
commit
8ec0d89fe4
|
@ -65,6 +65,14 @@ public abstract class AbstractMethodDefinitionSource
|
||||||
* interface with the <code>MethodDefinitionSource</code>.
|
* interface with the <code>MethodDefinitionSource</code>.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
|
* <p>
|
||||||
|
* Returns <code>null</code> if there are no matching attributes for the
|
||||||
|
* method invocation.
|
||||||
|
* </p>
|
||||||
|
*
|
||||||
|
* @param mi the method being invoked for which configuration attributes
|
||||||
|
* should be looked up
|
||||||
|
*
|
||||||
* @return the <code>ConfigAttributeDefinition</code> that applies to the
|
* @return the <code>ConfigAttributeDefinition</code> that applies to the
|
||||||
* specified <code>MethodInvocation</code>
|
* specified <code>MethodInvocation</code>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue