| Constructor and Description |
|---|
AnnotationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(Annotation[] anns1,
Annotation[] anns2) |
static boolean |
hasAnnotations(Annotation[] src,
Annotation[] annotations) |
static Annotation[] |
parseQualifiers(AnnotatedElement element) |
static Annotation[] |
parseQualifiers(Annotation[] annotations) |
static Annotation[] |
parseQualifiers(ObjectProducer<?> producer) |
static ObjectScope |
parseScope(AnnotatedElement element) |
static ObjectScope |
parseScope(ObjectProducer<?> producer) |
public static boolean equals(Annotation[] anns1, Annotation[] anns2)
public static boolean hasAnnotations(Annotation[] src, Annotation[] annotations)
public static Annotation[] parseQualifiers(Annotation[] annotations)
public static Annotation[] parseQualifiers(AnnotatedElement element)
public static Annotation[] parseQualifiers(ObjectProducer<?> producer)
public static ObjectScope parseScope(ObjectProducer<?> producer)
public static ObjectScope parseScope(AnnotatedElement element)
Copyright © 2021. All rights reserved.