public class ReflectionUtils extends Object
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
defaultValue(Class<?> type) |
static <A extends Annotation> |
getAnnotation(Annotation[] annotations,
Class<A> clazz) |
public static <A extends Annotation> A getAnnotation(Annotation[] annotations, Class<A> clazz)
Copyright © 2018. All rights reserved.