Class AnnotationUtils


  • public class AnnotationUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean hasAnnotation​(java.lang.String desc, java.util.List<org.objectweb.asm.tree.AnnotationNode> annotations)  
      static java.util.Map<java.lang.String,​java.lang.Object> parseAnnotation​(java.lang.String desc, java.util.List<org.objectweb.asm.tree.AnnotationNode> annotations)  
      • 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

      • hasAnnotation

        public static boolean hasAnnotation​(java.lang.String desc,
                                            java.util.List<org.objectweb.asm.tree.AnnotationNode> annotations)
      • parseAnnotation

        public static java.util.Map<java.lang.String,​java.lang.Object> parseAnnotation​(java.lang.String desc,
                                                                                             java.util.List<org.objectweb.asm.tree.AnnotationNode> annotations)