public class AnnotationUtils extends Object
| Constructor and Description |
|---|
AnnotationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Annotation> |
getAnnotation(Class<?> aClass,
Class<T> annotationType) |
static List<AnnotationMetaData> |
getMethodAnnotations(Class<?> c,
Class<? extends Annotation> ann) |
public static List<AnnotationMetaData> getMethodAnnotations(Class<?> c, Class<? extends Annotation> ann)
public static <T extends Annotation> Optional<T> getAnnotation(Class<?> aClass, Class<T> annotationType)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.