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