Skip to main content

developerWorks >  Java technology  >  Forums  >  Java Virtual Machine (JVM) and Bytecode  >  developerWorks

ASM Annotations    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]
JToto

Posts: 1
Registered: Oct 28, 2009 04:41:17 AM
ASM Annotations
Posted: Oct 28, 2009 04:54:51 AM
 
Click to report abuse...   Click to reply to this thread Reply
Hello All,
This is my first time on this forum and it looks great. I have a small problem which is probably silly but I can't find an answer to. I'm using ASM to collect annotations from classes. I don't know if any annotations will exist, how many, of what type or on what level. I need to collect them all and class them according to Class, Method or Field Annotations with their respective values. I've pretty much done everything, but in cases where a class (or field, or method) has more than one annotations, I only get the first one. I can't figure out how to iterate over all the annotations of a specific class (or field etc.). Any help would be great,
Thanks!
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums