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