echopoint.util.reflect
Interface ReflectionKit.MethodSearchCriteria

Enclosing class:
ReflectionKit

public static interface ReflectionKit.MethodSearchCriteria

MethodSearchCriteria is an interface used to determine if a method matches some search criteria.


Method Summary
 boolean isMethodOK(java.lang.Class methodClass, java.lang.reflect.Method method)
           
 

Method Detail

isMethodOK

boolean isMethodOK(java.lang.Class methodClass,
                   java.lang.reflect.Method method)