EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.util
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(Class methodClass, Method method)
           
 

Method Detail

isMethodOK

boolean isMethodOK(Class methodClass,
                   Method method)

EchoPoint API - 3.0.0b5
App Webcontainer