Is there a way I can show user a list of all available annotations related to some class , for example all annotations available with in hibernate , or under javax.persistence.
Like , to be more specific, When i write @ in Eclipse and hit CtlSpace. I get this list http://screencast.com/t/tLAVFdi46OiB
I want to show this whole list somewhere in my application's Interface.
there must be some where this list is coming from , From where i can fetch this list .
Any idea
thanks