public class ReflectionUtil extends Object
| Constructor and Description |
|---|
ReflectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
getFirstMethodAnnotatedWith(Class<?> type,
Class<? extends Annotation> annotation)
taken from http://stackoverflow.com/questions/6593597/java-seek-a-method-with-specific-annotation-and-its-annotation-element
|
public static Method getFirstMethodAnnotatedWith(Class<?> type, Class<? extends Annotation> annotation)
Copyright © 2014. All rights reserved.