[jboss-jira] [JBoss JIRA] Updated: (JBBUILD-330) Add support for java.lang.reflect.AnnotatedElement
Thomas Diesler (JIRA)
jira-events at jboss.com
Fri Jan 5 07:25:26 EST 2007
[ http://jira.jboss.com/jira/browse/JBBUILD-330?page=all ]
Thomas Diesler updated JBBUILD-330:
-----------------------------------
Fix Version/s: JBossRetro-1.0.5.GA
> Add support for java.lang.reflect.AnnotatedElement
> --------------------------------------------------
>
> Key: JBBUILD-330
> URL: http://jira.jboss.com/jira/browse/JBBUILD-330
> Project: JBoss Build System
> Issue Type: Feature Request
> Components: JBossRetro
> Reporter: Thomas Diesler
> Fix For: JBossRetro-1.0.5.GA
>
>
> Please add support for this:
> Field someField;
> Method someMethod;
> processAnnotatedElement(someField);
> processAnnotatedElement(someMethod);
> processAnnotatedElement(AnnotatedElement el)
> {
> SomeAnnotation an = el.getAnnotation(SomeAnnotation.class);
> ...
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list