- java.lang.Object
-
- com.appslandia.common.objects.AnnotationUtils
-
-
Constructor Summary
Constructors Constructor Description AnnotationUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanequals(Annotation[] anns1, Annotation[] anns2)static booleanhasAnnotations(Annotation[] src, Annotation[] annotations)static Annotation[]parseQualifiers(ObjectProducer<?> producer)static Annotation[]parseQualifiers(Annotation[] annotations)static Annotation[]parseQualifiers(AnnotatedElement element)static ObjectScopeparseScope(ObjectProducer<?> producer)static ObjectScopeparseScope(AnnotatedElement element)
-
-
-
Method Detail
-
equals
public static boolean equals(Annotation[] anns1, Annotation[] anns2)
-
hasAnnotations
public static boolean hasAnnotations(Annotation[] src, Annotation[] annotations)
-
parseQualifiers
public static Annotation[] parseQualifiers(Annotation[] annotations)
-
parseQualifiers
public static Annotation[] parseQualifiers(AnnotatedElement element)
-
parseQualifiers
public static Annotation[] parseQualifiers(ObjectProducer<?> producer)
-
parseScope
public static ObjectScope parseScope(ObjectProducer<?> producer)
-
parseScope
public static ObjectScope parseScope(AnnotatedElement element)
-
-