[mdr-users] method annotation with attribute that refers to another annotation type

Jeri Lockhart <[email protected]> Mon, 18 Jul 2005 11:55:59 -0700
Newsgroups gmane.comp.java.netbeans.modules.mdr.user
Message-ID <[email protected]>
I need to reverse engineer a method annotation that has an attribute 
whose value is another annotation type, like this:
@Function(result=@FunctionResult(displayName="String Concatenator" ) )

But I'm getting null back from annotation.getAttributeValues(). 

How can I get the value of the "displayName" in the above example?

Thanks,
--Jeri