public class ReflectionUtil extends Object
| Constructor and Description |
|---|
ReflectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Option<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 Option<Method> getFirstMethodAnnotatedWith(Class<?> type, Class<? extends Annotation> annotation)
Copyright © 2015. All rights reserved.