Package org.springframework.classify.util

Interface Summary
MethodInvoker A strategy interface for invoking a method.
MethodResolver Strategy interface for detecting a single Method on a Class.
 

Class Summary
AnnotationMethodResolver MethodResolver implementation that finds a single Method on the given Class that contains the specified annotation type.
MethodInvokerUtils Utility methods for create MethodInvoker instances.
SimpleMethodInvoker Simple implementation of the MethodInvoker interface that invokes a method on an object.
 



Copyright © 2011 SpringSource. All Rights Reserved.