org.nanocontainer.aop
Interface MethodPointcut


public interface MethodPointcut

Pointcut that picks methods.

Version:
$Revision: 3144 $
Author:
Stephen Molitor

Method Summary
 boolean picks(java.lang.reflect.Method method)
          Tests to see if method satisfies this pointcut.
 

Method Detail

picks

boolean picks(java.lang.reflect.Method method)
Tests to see if method satisfies this pointcut.

Parameters:
method - the method to match against.
Returns:
true if the pointcut is satisfied, else false.


Copyright © 2003-2009 Codehaus. All Rights Reserved.