EchoPoint
1.0

echopoint.util.reflect
Interface ReflectionKit.MethodSearchCriteria

Enclosing interface:
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

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

EchoPoint
1.0