public class ReflectionUtils extends Object
public static final Set<Method> findMethod(Class clazz, Class<? extends Annotation> annotationType)
clazz
- The class to search for a method with the given annotation typeannotationType
- The type of annotation to look forMethod
instances if any are found, an empty set if not.Copyright © 2014 Pivotal. All rights reserved.