Class 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 boolean equals​(java.lang.annotation.Annotation[] anns1, java.lang.annotation.Annotation[] anns2)  
      static boolean hasAnnotations​(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 ObjectScope parseScope​(ObjectProducer<?> producer)  
      static ObjectScope parseScope​(java.lang.reflect.AnnotatedElement element)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnnotationUtils

        public AnnotationUtils()
    • 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​(java.lang.reflect.AnnotatedElement element)