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

public 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-2007 Codehaus. All Rights Reserved.