Package echopointng.util.reflect

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

Class Summary
ReflectionKit ReflectionKit provides methods that help when using reflection on Java code.
ReflectionKit.ClassComparator A Comparator that can be used when comparing and sorting Class objects by class name.
ReflectionKit.ClassDerivationComparator A Comparator that can be used when comparing and sorting Class objects by most specific class order.
ReflectionKit.ClassMethodComparator A Comparator that can be used when comparing and sorting Method objects by most specific declaring class order, then followed by method name.
ReflectionKit.MethodComparator A Comparator that can be used when comparing and sorting Method objects by name, modifier and parameter liist order.