public final class ReflectionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Method> |
getMethodsWithAnnotation(Class<?> source,
Class<? extends Annotation> annotationClass)
Returns all methods annotated with given annotation.
|
public static List<Method> getMethodsWithAnnotation(Class<?> source, Class<? extends Annotation> annotationClass)
source - class with methods.annotationClass - that is found.Copyright © 2016 JBoss by Red Hat. All rights reserved.