public class AnnotationUtil extends Object
| Constructor and Description |
|---|
AnnotationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <A extends Annotation> |
findAnnotation(Class<?> clazz,
Class<A> annotationType) |
static <A extends Annotation> |
findAnnotation(Method m,
Class<A> c) |
public static <A extends Annotation> A findAnnotation(Class<?> clazz, Class<A> annotationType)
public static <A extends Annotation> A findAnnotation(Method m, Class<A> c)
Copyright © 2015–2019 ActFramework. All rights reserved.