ASM 5.2 annotation
Li Sui <[email protected]> Thu, 21 Sep 2017 12:38:41 +1200
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <CAPXC11BRpvx_KOmsSxcaa1Ti2YqUjjtAXT1vHeYOzfscvNzmLA@mail.gmail.com> |
Dear community I am using ASM 5.2 to scan annotations. In MethodVisitor, visitAnnotation(desc, visible) can get the descriptor of an annotation. But I want to get more information about this annotation. For instance, @Test(expected = IndexOutOfBoundsException.class). I want to know the part inside the parentheses. What method should I override? I tried visitInsnAnnotation(), visitParameterAnnotation() and visitTypeAnnotation(), none of them produced results. regards Lee -- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws