| Constructor and Description |
|---|
AnnotationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(Annotation[] annotations1,
Annotation[] annotations2) |
static Annotation[] |
parseQualifiers(Annotation[] annotations) |
static Annotation[] |
parseQualifiers(Class<?> clazz) |
static Annotation[] |
parseQualifiers(Field field) |
static Annotation[] |
parseQualifiers(Method method) |
static Annotation[] |
parseQualifiers(Parameter parameter) |
public static boolean equals(Annotation[] annotations1, Annotation[] annotations2)
public static Annotation[] parseQualifiers(Annotation[] annotations)
public static Annotation[] parseQualifiers(Field field)
public static Annotation[] parseQualifiers(Method method)
public static Annotation[] parseQualifiers(Parameter parameter)
public static Annotation[] parseQualifiers(Class<?> clazz)
Copyright © 2017. All rights reserved.